mainline "exploding"

Jeff Sturm jsturm@one-point.com
Thu Oct 16 22:44:00 GMT 2003


On Thu, 16 Oct 2003, Joe Buck wrote:
> On Wed, Oct 15, 2003 at 06:15:22PM -0700, Geoff Keating wrote:
> > I don't think any of these are good solutions.  Instead, we need to
> > choose between:
> >
> > 1. New heuristics; or
> > 2. Switching off inlining at -O1 completely (and of course not using
> >    unit-at-a-time).
>
> If we did #2, every C++ programmer in the world would shoot us.

De-lurking for a moment...

Is this something that can be left up to the frontend?  I.e. C never
inlines at -O1, but C++ does unit-at-a-time with -O1?

Jeff



More information about the Gcc mailing list