From Fedora Project Wiki

< Toolchain‎ | Watermark

Revision as of 10:42, 24 October 2016 by Fweimer (talk | contribs) (Created page with "== Stack space needed == For each function, record the worst-case stack space use, or “unbounded” if recursion, unbounded <code>alloca</code>, or unbounded variable-lengt...")
(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 embeded folks.