On Tue, Mar 15, 2011 at 07:12:13PM -0400, Kenneth Zadeck wrote: > so how much time does this save?
>From those 7 minutes back to 16 seconds (--enable-checking=yes, it was 4 seconds in 4.3 with release checking), DSE{1,2} takes each 1%, while previously it was together well over 99%. > I agree that this is a useful simplification, but it seems unlikely > to be that important in real code. Maybe, but it doesn't cost us anything, the comparison is just done at a slughtly different place. > it seems like the 5000 store test would in general provide a better > safety valve. Sure, I can try to implement that tomorrow. Jakub