Word up!
If there are any gcc users here, maybe you could help me out. I have a
program and I've tried compiling it with -O2 and -O3 optimization
settings.
The wired thing is that it actually runs faster with -O2 than with -O3,
even though -O3 is a higher optimization setting.
Have I found a bug in gcc? Could I be doing something wrong?
Cheers.
If there are any gcc users here, maybe you could help me out. I have a
program and I've tried compiling it with -O2 and -O3 optimization
settings.
The wired thing is that it actually runs faster with -O2 than with -O3,
even though -O3 is a higher optimization setting.
Have I found a bug in gcc? Could I be doing something wrong?
Cheers.
Comment