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: VisualC++6.0/egcs-1.1b comparison


In a message dated 11/20/98 8:49:02 AM Pacific Standard Time, jle@star.be
writes:

> A floating point intensive process runs about 17 % faster on NT (compiled
>  with Visual C++ 6.0)
>  than on Linux RedHat 5.1 (compiled with egcs-1.1b) on the same machine (I
>  just switch the main boot hard disk)
>  
>  (the C++ source code is the same for both - a numeric integration routine)
>  (egcs compile options: -O -mpentium)
>  
Did you try any of the  options -Os -fstrict-aliasing -malign-double or
-funroll-loops?


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