Hi, I'm working on a research project that performs static source code vulnerability analysis on the RTL layer. (http://rtl-check.sf.net)
For the analysis we need to manually annotate the amount of memory needed to represent local variables and global static variables. For the stack level this information is easy to get from GCC, but we need it for the RTL level and I couldn't find it after some digging in the GCC sources. I assume this information is already available in one of the stages, can anyone please point me where too have a deeper look? Cheers, Moritz