4.8.4 -listoptions, -lo, (-listoptions=o)

The -listoptions switch tells KAP what optional information to include in the listing, transformed code, and error files.

You can select any of the following information:
Value  Prints 
c   Calling tree at the end of the program listing 
k   KAP switches used, printed at the end of each program unit 
l   Loop-by-loop optimization table 
n   Program unit names, as processed, to the error file 
o   Annotated listing of the original program 
p   Performance statistics 
s   Summary of the loop optimizations performed 
t   Annotated listing of the transformed program 

The transformed program displayed by t is recorded in the transformed code file regardless of whether you request -listoptions=t .

To disable all of the previous switches and produce no listing file, include -nolist on the command line.

See Chapter 9 for examples of the different types of KAP listing output.


Previous Page|Next Page|Contents|Index|
Command-Line Switches

Copyright © Digital Equipment Corporation. 1997. All Rights Reserved.