[llvm-dev] [RFC] Function stack size section. (original) (raw)
Sean Eveson via llvm-dev llvm-dev at lists.llvm.org
Thu Aug 31 07:09:50 PDT 2017
- Previous message: [llvm-dev] struct size
- Next message: [llvm-dev] [RFC] Function stack size section.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 upstream this change as a PS4 only modification, or as a more general cross platform one.
Would people be interested in (or happy with) such a patch, target specific or otherwise?
Thanks,
Sean Eveson SN Systems - Sony Interactive Entertainment -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170831/71b43c08/attachment.html>
- Previous message: [llvm-dev] struct size
- Next message: [llvm-dev] [RFC] Function stack size section.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]