This is the mail archive of the gcc-bugs@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]

[Bug regression/40667] Performance regression: stack frames are generated even with -fomit-frame-pointer



------- Comment #3 from mikulas at artax dot karlin dot mff dot cuni dot cz  2009-07-07 16:48 -------
"Why do you limit your stack boundary artificially?"

Because if I don't use FP code there is no point in aligning the stack.
Aligning the stack wastes stack space and code size and doesn't improve
performance of integer code in any way.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40667


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]