Performance problem

Keen Wayne A Contr AFRL/MNGG keenwa@eglin.af.mil
Tue Jul 8 20:06:00 GMT 2003


General observation:  There are quite a few more optimizations that can have
*some* impact on performance.  Options for processor specific code and
increased math speed.

Note also -O2 is not maximum optimization, -O3 is:

-O3 Optimize yet more.  -O3 turns on all optimizations specified by -O2
           and also turns on the -finline-functions and -frename-registers
           options.

Wayne Keen

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list