pTAL Reference Manual (H06.08+)
Compiler Directives
HP pTAL Reference Manual—523746-006
17-37
GMAP
results in faster compilation and execution, so you should specify GLOBALIZED only
when required.
GMAP
GMAP
lists the global map in the compiler listing.
NOGMAP
suppresses the global map in the compiler listing.
The global map:
•
Appears at the end of the compilation listing
•
Lists all identifiers in the compilation unit and tells what kind of objects they are,
including identifier class and type
Default: Generate non-preemptable object code
Placement: On the command line
Scope: Applies to the compilation unit
Dependencies: None
Default: GMAP
Placement: Anywhere, any number of times. The last GMAP or NOGMAP in the
compilation unit
determines whether the compiler lists the global map.
Scope: Applies to the compilation unit
Dependencies:
•
GMAP has no effect if NOLIST, NOMAP, or SUPPRESS is active
•
NOGMAP suppresses the global map even if MAP is active
References:
•
LIST on page 17-44
•
MAP on page 17-45
•
SUPPRESS on page 17-65
VST835.vsd
GLOBALIZED
GMAP
NOGMAP
VST142.vsd










