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 middle-end/25957] -fstack-protector code on i386/x86-64 can be improved.



------- Comment #9 from ak at muc dot de  2006-01-25 14:55 -------
Again the alignment wastes precious icache which is enough reason to get
rid of it. If there are a lot of such functions it will also lead to 
worse paging behaviour on big programs.

Can you explain again why it was shot down? Because of the missing frame
in the stack backtrace or something else?


-- 


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


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