On Tue, Mar 12, 2013 at 4:25 PM, Richard Biener wrote: > > (Un-?)surprisingly the most effective compile-time reduction for > the testcase in PR39326 is to employ ao_ref caching for > alias oracle queries and caching of expanded affine-combinations > for affine disambiguations. > > This reduces compile-time to a manageable amount in the first place > for me (so I'm sending it "late" in the series).
I suppose this renders my LIM patch obsolete. Did you also look at the memory foot print? Ciao! Steven