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

Re: GCSE



Actually, I think I found the answer to the original question: ""If you don't want gcse on a function make it call setjmp."" accidentially, the interesting function *was* calling setjmp so it wan't gcse'd!

Nonetheless, -fno-gcse produces considerably faster code
on some other tests....

Thanks,

gerald


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