[Bug target/21316] [3.4/4.0 Regression] pointer lookup cache misses more frequent

2006-03-10 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.0.3 |4.0.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21316

[Bug target/21316] [3.4/4.0 Regression] pointer lookup cache misses more frequent

2005-10-21 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2005-10-22 04:02 --- Here are the numbers for yesterday's 4.1 compiler: 4.0.2: 3.77 4.1.0: 3.05 3.4.0: 3.19 3.3.6: 3.34 So the mainline's number is the fastest so removing the regression marker. -- pinskia at gcc do