pTAL Conversion Guide

Compiler Operation
pTAL Conversion Guide527302-002
19-22
For pTAL and TAL
OPTIMIZEFILE
OPTIMIZEFILE specifies the optimization level for individual procedures and
subprocedures.
filename
is, in the Guardian environment, an EDIT file. Each line of the file must have this
syntax:
See Example 19-1 on page 19-23.
routine-name
is a procedure name that the compiler recognizes. It can be preceded by white
space.
Each routine-name in filename must appear only once in filename.
proc-name
is a procedure name that the linker recognizes; that is, a public name.
proc-name is case-sensitive with respect to the procedure name in the
source file. The compiler does not convert all characters of proc-name to
uppercase or to lowercase in either filename or in the original source file.
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.
VST666.vsd
OPTIMIZEFILE
filename
routine-name
optimize-level
IS
.
blank line
#
comment
proc-name
subproc-name
ns
ns
VST064.vsd