This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC] New SRA and early interprocedural SRA
Hi,
also note that I've just merged mainline to pretty-ipa (I need the
dwarf2out changes in) and updated the inliner substitution. So please
wait for frescobaldi to produce benchmarks before comitting so we see
the effects independently.
It looks like we will need to re-tune inliner once again (uh). With the
inliner substitution we now end up doing a lot more inlining since
things gets better optimized in early inlining.
Honza