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: C compile time


> Why do we want inline before gimplifing?

We might want to do that to do C++-specific optimizations.

Jason, Jeff, and I talked about this some at the conference; it's not
clear what the right answer is.  Some C++-specific optimizations
(virtual call elimination is a canonical example) really want flow
graphs and inlining, constant propagation, and dead code elimination to
have happenned, but still want some C++-specific bits lying around.

-- 
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com


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