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]

Compiler help


I am attempting to run a C++ program using a great deal of floating point
calcs.  I have in the past run it on an NT OS using a MS compiler, in this
mode the program required 50sec a "step" with several thousand steps.
Using egcs (i think - when I type gcc -v what should i get) to compile my
program takes more than 2 minutes a step.  I am looking for options to
optimize the compile to get as fast a program as possible.  I have used:
-O3 -mcpu=i686 -march=i686 -malign-double

I have an intel dual PII450 machine with 190meg of memory running Linux.
If you have any ideas I would appreiciate it

Thank you

Frank Weber 





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