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]

Re: gcc 3.0 generates abysmal asm for bytecode emulator (bad register policy)


Re:

> I looked at the assembly code generated by "c++ -fno-exceptions -O3
> -fstrict-aliasing -fomit-frame-pointer" 

try to add -fno-gcse, especially if you use computed goto's, i.e.,
goto *value.

Brad Lucier


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