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


Hi Gerald,

If you are going through that effort, split the source file into two with the routine with computed gotos which has problems with -fgcse in one section, and the rest in another file.

Surgically extracting bits-and-pieces out of an object (.o) file is far more brittle than the above.

HTH,
--Eljay


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