From Fedora Project Wiki

< Toolchain‎ | Watermark

Revision as of 10:59, 24 October 2016 by Fweimer (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Stack space needed

For each function, record the worst-case stack space use, or “unbounded” if recursion, unbounded alloca, or unbounded variable-length arrays (VLAs) are involved. (Merging information from multiple DSOs is hard once cross-translation-unit function calls are involved.)

This is probably not that important to Fedora, but could help embedded use cases. It may also be relevant to stack overflow checking.