Is it possible to get the maximum frame size for each function compiled by GCC? I have a bunch of C and C ++ source files in my project, and I want to have stack usage statistics for each function, I just could not find any related options in the GCC manual.
Thanks in advance: -)
source
share