Previous Topic Next topic Print topic


LINKALIAS

Lets the user provide assurances to the compiler about how linkage items will be used, to aid optimization.

Syntax:

>>-.---.-.----.--LINKALIAS "type"-----------------><
   +-/-+ +-NO-+

Parameters:

type One of:
all
no assurances
paramdisjoint
parameters are assumed to be disjoint
none
linkage items will not be used to reference local-, thread-local- or working-storage, and incoming parameters are disjoint

Properties:

Default: LINKALIAS(ALL)
Phase: Generate
$SET: Initial
Previous Topic Next topic Print topic