search for: ebf83445

Displaying 2 results from an estimated 2 matches for "ebf83445".

2013 Sep 05
0
[LLVMdev] Stack usage analysis using LLVM
On 9/3/13 1:27 PM, Snehasish Kumar wrote: > Hi > > I was wondering if someone knows about any effort within the LLVM > community to perform stack usage analysis per function similar to > GCC's "-fstack-usage > <http://gcc.gnu.org/onlinedocs/gnat_ugn_unw/Static-Stack-Usage-Analysis.html>" > option? I am not familiar with the -fstack-usage option in GCC,
2013 Sep 03
2
[LLVMdev] Stack usage analysis using LLVM
Hi I was wondering if someone knows about any effort within the LLVM community to perform stack usage analysis per function similar to GCC's "-fstack-usage<http://gcc.gnu.org/onlinedocs/gnat_ugn_unw/Static-Stack-Usage-Analysis.html>" option? In short, with fstack-usage, gcc prints out the maximum stack usage per function (in bytes) which it can determine as a) static (no