This is the mail archive of the gcc-help@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]
Other format: [Raw text]

RE: program executin times differ between gcc versions


Hi Paul,

The performance tests are not of interest, since optimizations were not enabled.

Just as with profiling:  profiling optimization-disabled code (e.g., debug compiles) yields results that have no practical value.

The compiler does not optimize when optimizations are turned off.  And later versions of the compiler very well may have worse performance for optimization-disabled compiles.

Sincerely,
--Eljay


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