The /inline_depth
qualifier (/inline_depth=<n>
[/ind]
) sets the maximum level of subprogram nesting (CALLs
in routines that are CALLed) that KAP will attempt to inline. Higher
values cause KAP to trace CALLs and function references further. The
values and their meanings are as follows:
Recursive inlining can be quite expensive in compilation time. You must exercise discretion in its use.