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]
Other format: [Raw text]

Re: Optimization: Conclusions from Evolutionary Analysis


Dan Nicolaescu wrote:
If -fomit-frame-pointer were to be enabled by default, -momit-leaf-frame-pointer should not have any effect. This is rather strange....

I've looked into this a bit further...


Acovea performs all compiles with *at least* -O1; therefore, on the P4, the -fomit-frame-pointer option is implicitly not enabled. This allows -momit-leaf-frame-pointer to affect code generation.

--
Scott Robert Ladd
Coyote Gulch Productions (http://www.coyotegulch.com)
Software Invention for High-Performance Computing
In development: Alex, a database for common folk


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