This is the mail archive of the gcc-bugs@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]

[Bug optimization/13329] [3.4 Regression] -fcrossjumping (implied by -O1) pessimizes code


------- Additional Comments From steven at gcc dot gnu dot org  2003-12-23 10:01 -------
Hmmm....? 
 
-lrt -O -fno-crossjumping 
huffbench (Std. C) run time: 71.434313 
huffbench (Std. C) run time: 71.532428 
huffbench (Std. C) run time: 71.555546 
 
-lrt -O 
huffbench (Std. C) run time: 71.401371 
huffbench (Std. C) run time: 71.479552 
huffbench (Std. C) run time: 71.412187 
 
-lrt -O2 -fno-crossjumping 
huffbench (Std. C) run time: 63.930330 
huffbench (Std. C) run time: 63.920214 
huffbench (Std. C) run time: 63.741271 
 
-lrt -O2 
huffbench (Std. C) run time: 61.653031 
huffbench (Std. C) run time: 61.559256 
huffbench (Std. C) run time: 61.616904 
 
GNU C version 3.4.0 20031223 (experimental) (i686-pc-linux-gnu) 
        compiled by GNU C version 3.4.0 20031223 (experimental). 
GGC heuristics: --param ggc-min-expand=56 --param ggc-min-heapsize=50000 
 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13329


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