noft Manual (G06.26+)
Table Of Contents
- What’s New in This Manual
- About This Manual
- 1 Introduction
- 2 noft Utility
- 3 noft Options
- Break Key
- ! (Exclamation Point)
- CD
- COMMENT
- DUMPADDRESS or DA
- DUMPOFFSET or DO
- DUMPPROC or DP
- DYNSTR2
- ENV
- EXIT or E
- FC
- FILE or F
- HELP or ?
- HISTORY or H
- LAYOUT
- LIBLIST
- LISTATTRIBUTE or LA
- LISTCOMPILERS or LC
- LISTOPTIMIZE or LO
- LISTPROC or LP
- LISTSOURCE or LS
- LISTSRLEXPORTS or LLE
- LISTSRLFIXUPS or LLF
- LISTSRLINFO or LLI
- LISTUNREFERENCED or LUR
- LISTUNRESOLVED or LU
- LOG
- OBEY
- OUT
- QUIT or Q
- RESET
- SET
- SHOW
- SYSTEM or VOLUME
- XREFPROC or XP
- 4 noft Diagnostic Messages
- 5 ar Utility
- 6 ar Diagnostic Messages
- A Sample nld and noft Session
- B Converting From Binder to noft
- C Native Object File Structure
- Glossary
- Index

noft Options
noft Manual—528273-001
3-27
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.
Filename : /tmp_mnt/designs/runtime/natived40/
T8432,D44AAD/T8432/./rtversn.c
File Number : 62
C Compiler Front End : T9577D43_T9225D43_30AUG97_CFE_20MAR97_
Back End Optimizer : T8304DX1_01NOV96_06JAN97_SUN
Back End Code Generator : T8304DX1_01NOV96_06JAN97_SUN
Back End Assembler : T8304DX1_01NOV96_06JAN97_SUN
noft>
{ LISTOPTIMIZE | LO } { 0 | 1 | 2 | * }
Example 3-20. 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
Example 3-19. LISTCOMPILERS Option (DETAIL) (page 3 of 3)