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: [tree-ssa] out-of-ssa partition optimization.



On Friday, April 25, 2003, at 05:52 PM, Diego Novillo wrote:


On Fri, 2003-04-25 at 17:25, Andrew MacLeod wrote:

Diego is going to check in a patch which modifies the implementation of
Morgans algorithm to use sparse bitmaps instead of simple bitmaps.
That allows the bootstrap (hopefully :-) to finish, as well as
prevents pathological cases like 1226.c from swapping their brains out.


It has bootstrapped fine on the 256Mb machine.  I'll let it finish on
the 128Mb box and commit it together with a couple other fixes I've got
in my tree.

As you can see, the SSA->normal pass took .18 seconds out of 106 on my
machine to compiole 1226.c at -O2

Cool!

I assume this is OK to check in once the bootstrap finishes?

Absolutely.  Anything related to SSA->normal is yours.  No need to get
explicit approval.

Maybe we should make a MAINTAINERS.tree-ssa file, and list what parts each of us own, so that
1. it's clear who owns what
2. People who want to ask about some piece of tree-ssa know who to contact besides the general mailing list.
--Dan


Diego.



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