pTAL Reference Manual (G06.24+, H06.09+, J06.03+)

NOCALL_SHAREDpTAL compiler:Default:
CALL_SHAREDEpTAL compiler:
AnywherePlacement:
Applies to the compilation unitScope:
Dependencies:
If both CALL_SHARED and
NOCALL_SHARED appear in the
same compilation unit, the compiler
uses the one that appears last
Do not use CALL_SHARED with
GP_OK
GP_OK (page 503)References:
More information: CALL_SHARED (page 383)
CHECKSHIFTCOUNT
NOCHECKSHIFTCOUNTDefault
:
AnywherePlacement:
Scope:
CHECKSHIFTCOUNT applies to the shift operators that follow it until it is
overridden by NOCHECKSHIFTCOUNT
NOCHECKSHIFTCOUNT applies to the shift operators that follow it until it
is overridden by CHECKSHIFTCOUNT
NoneDependencies:
CAUTION: If NOCHECKSHIFT is active and a bit-shift operation occurs in which the number of
positions in a bit-shift operation is too large, subsequent program behavior is undefined.
More information: CHECKSHIFTCOUNT (page 384)
CODECOV
NOTE: This directive is valid only in the EpTAL command line.
No code coverage instrumentation in object codeDefault:
Only on the command linePlacement:
Compiler Directives 497