This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Intermodule constant propagation
> On Nov 24, 2003, at 13:52, Geoff Keating wrote:
> >If anyone wants to work on this (it's mostly a question of taking a
> >patch to gcc.c from Apple's compiler, porting it to FSF GCC, and
> >tidying it up), I can point them at the appropriate code...
>
>
> I will do it, just point me to where.
Please let me know once you do have something.
I would like to consider reducing inline limits somewhat again the
current setting of 500 has been intentionally set a bit up as I wanted
to see responses from people complaining about too little/too much
inlining. It looks like no one is complailing about too little inlining
and Gerald's testcase would always benefiting from setting it bit less.
Also SPEC performance has suffered somewhat from this change on Athlons
with relatively small cache, so it seems to me that 250 would be good
value. It may be very nice to benchmark it on SPECs with intermodule
inlining so we see more.
Given that the mainline is in stage3 I think I should do more tests
soon.
Honza
>
>
> Thanks,
> Andrew Pinski