This is the mail archive of the gcc-patches@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: [RFC] Enable virtual operands at -O0


> ISTR some more ???/FIXMEs and/or special-casings we could remove with
> that.  As followup, of course.

It would be better to remove them all at once, so if you have specifics...

> The single reason why we don't have virtual operands at -O0 is compile-time
> btw - SSA rewrite doesn't come for free.  But I don't mind - still maybe
> a quick comparison of stage1-gcc compile-time with/without that patch
> would be interesting?

3m3.306s vs 3m3.041s for the 64-bit build of an earlier compiler version.  The 
difference doesn't seem to be much more noticeable on big preprocessed files, 
e.g. combine.i or pt.i, but I'm not sure this means anything.

-- 
Eric Botcazou


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