Displaying 1 result from an estimated 1 matches for "af9ea632".
2017 Aug 31
7
[RFC] Function stack size section.
Hi All,
We have a local change in the X86AsmPrinter that outputs a section
containing metadata on function stack sizes. We use this to measure changes
to stack size between versions of the compiler and it also allows our
licensees to do the same for their code.
The section simply contains pairs of function symbol references (8 byte)
and stack sizes (unsigned LEB128).
We would like to