These qualifiers (/inline_manual [/inm]
and /ipa_
manual [/ipam]
) cause KAP to recognize the KAP C*$*
[no]inline
and C*$* [no]ipa
directives. This
allows manual control over which routines are inlined/analyzed at
which call sites.
The default is to ignore these directives. They are enabled when any
inlining/IPA command qualifier is given on the command line. When
the
/inline_manual (/ipa_manual)
is included on the command
line, the directives are enabled without enabling the automatic
inlining (IPA) algorithms. Since C*$* [no]inline
and
C*$* [no]ipa
are not restricted by the /inline=
/ipa=
, /..._looplevel
, and /inline_
depth
command qualifiers, they can be used either with or
without command-line controlled inlining.