This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Unreviewed fixes
- From: Jan Hubicka <jh at suse dot cz>
- To: gcc-patches at gcc dot gnu dot org
- Date: Sun, 19 Oct 2003 20:58:38 +0200
- Subject: Unreviewed fixes
Hi,
here are few fixes waiting for review I would love to see in mainline :)
Fix for make profilebootstrap failure
http://gcc.gnu.org/ml/gcc-patches/2003-09/msg02061.html
PR opt/12324
one version, to disable deffering with flag_unit_at_a_time is at:
http://gcc.gnu.org/ml/gcc-patches/2003-10/msg00385.html
other version to ignore defering patch is at:
http://gcc.gnu.org/ml/gcc-patches/2003-10/msg01402.html
Mainline inline time explostion at -O1
new incremental inlining heruistics at:
http://gcc.gnu.org/ml/gcc-patches/2003-10/msg00906.html
or pretty obvious patch to enable unit-at-a-time at -O1.
And one for tree-ssa to enable -funit-at-a-time at mainline and
synchronize inlining limits
http://gcc.gnu.org/ml/gcc-patches/2003-10/msg01571.html
Honza