On Saturday 12 January 2002 6:22, Denis Moreaux wrote: > For those interrested, here is my optimization flag list : > > -mpentium -finline-functions -fstrength-reduce -fomit-frame-pointer > -fcse-follow-jumps -fcse-skip-blocks -frerun-cse-after-loop > -fschedule-insns2 -fshort-enums -ffast-math -malign-loops=2 > -malign-jumps=2 -malign-functions=2 -frerun-loop-opt -fgcse > -fexpensive-optimizations -funroll-loops -fmove-all-movables > > xmame compiled with these works fine for me and I think that the > compiler can't optimize any further...
Doesn't -march=pentium optimize more than -mpentium? Though code compiled with -mpentium (the same as -mcpu=pentium) would still work on x86 systems lesser than a pentium... Of course, I could be wrong; I'm no compiler expert (far from it!). Bryan _______________________________________________ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame
