[dataflow] Don't rescan everything after CSE

Paolo Bonzini paolo.bonzini@lu.unisi.ch
Tue Mar 6 15:01:00 GMT 2007


This saves ~1% of compilation time.

More ideas that I have, but did not implement are:

1) delay computation of LR/UR until where we did it in the trunk.  fwprop and GCSE do not need it, for example.

2) don't update REG_DEAD/REG_UNUSED notes for patches that don't need it.  Updating them could/should be a changeable flag.

Bootstrapped/regtested i686-pc-linux-gnu.

Paolo
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: df-no-rescan-all.patch
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20070306/3feb8a09/attachment.ksh>


More information about the Gcc-patches mailing list