5.3 call_graph_root Pragma
Use this pragma directive to specify that, for stack usage analysis purposes, the immediately following function is a call graph root.
Please see “Stack Guidance” in the “Stack” chapter of the XC32 user's guide for more information.
Suggested Replacement
There are no stack analysis keywords in XC32.
However, XC32 offers a stack usage analysis tool. This is enabled by passing
–mchp-stack-usage
to the compiler or setting the “Stack
Guidance” checkbox under Analysis in the Global Options of MPLABX.
Caveats
None.
Examples
None.
Further Information
None.