This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
So why are the total file sizes larger with -fomit-frame-pointer?
Have you already ruled out debugging information? Since you compile with -g, this seems the most likely culprit. (If there is not frame pointer, more debugging information is needed to access local variables, so this growth isn't really avoidable.)
normal: 26577 -fomit-fp: 27299
normal stripped: 7780 -fomit-fp stripped: 7748
Unwind info?
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |