pTAL Reference Manual (H06.08+)
Compiler Directives
HP pTAL Reference Manual—523746-006
17-48
OPTIMIZEFILE
filename
is an EDIT file on Guardian platforms and a text file on Windows platforms. Each
line of the file must have this syntax:
(See Example 17-25 on page 17-48.)
routine-name
is either a:
•
procedure name
•
subprocedure name of the form
procedure-name.subprocedure-name
Each routine-name in filename must appear only once in filename.
optimize-level
is an integer. If it is not 0, 1, or 2, the compiler ignores the line. optimize-
level must be preceded by white space and it can be followed by white
space.
comment
is any text.
Default: The optimization level that OPTIMIZE specified
Placement: Only in the compilation command (not in the source file)
Scope: Applies to the compilation unit
Dependencies: None
References: OPTIMIZE
on page 17-47
Example 17-25. File for OPTIMIZEFILE Directive
# This is the optimizefile for compilation xyz.
abc.sub 0
abc 2
def 1
routine-name optimize-level
blank line
#
comment
VST064.vsd










