>>>>> Richard Henderson writes: Richard> At the moment I'm bootstrapping to find out how exactly how much Richard> compile time I'm going to save by removing the cse code. That'll Richard> give me some idea if this is worth persuing at all for 3.4. CSE is the only pass which uses address_cost to try to compute the best address forms, so be careful what you consider disabling. David