nld and noft Manual
noft Options
nld and noft Manual—520384-003
5-26
LISTOPTIMIZE or LO
LISTOPTIMIZE or LO
The LISTOPTIMIZE option lists procedures based on their optimization level.
0
lists procedures with an optimization level of 0.
1
lists procedures with an optimization level of 1.
2
lists procedures with an optimization level of 2.
*
list all procedures in the object file, sorted by optimization level.
{ LISTOPTIMIZE | LO } { 0 | 1 | 2 | * }
Example 5-16. LISTOPTIMIZE Option
noft> listoptimize *
******** Optimization of Procedures ********
Procedure Name : # Opt
_MAIN : 1 2
T8432D40_01NOV95_CRTLMAIN : 2 2
__INIT__1_C : 0 2
housekeeping : 4 1
main : 3 1
menu : 5 1