pTAL Reference Manual (H06.03+)
Compiler Directives
HP pTAL Reference Manual—523746-005
17-45
OPTIMIZEFILE
OPTIMIZEFILE
OPTIMIZEFILE sets the optimization level for individual procedures and
subprocedures.
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-46.)
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.
Default: OPTIMIZE 1
Placement: Outside the boundary of a separately compiled program
Scope: The optimization level active at the beginning of a separately compiled
program determines the level of optimization for that program and any
programs it contains
Dependencies: None, but OPTIMIZEFILE can override OPTIMIZE in individual
procedures
References: OPTIMIZEFILE
on page 17-45
VST666.vsd
OPTIMIZEFILE
filename
routine-name optimize-level
blank line
#
comment
VST064.vsd










