#1371: Add  -O3
-------------------------------+--------------------------------------------
  Reporter:  simonmar          |          Owner:         
      Type:  task              |         Status:  new    
  Priority:  normal            |      Milestone:  6.10   
 Component:  Compiler          |        Version:  6.6.1  
  Severity:  normal            |       Keywords:         
Difficulty:  Moderate (1 day)  |             Os:  Unknown
  Testcase:                    |   Architecture:  Unknown
-------------------------------+--------------------------------------------
It has been suggested that we should have an -O3 that trades off code size
 for speed.  Things that we could do include bumping the threshold for some
 optimisations (inlining, SpecConstr, LiberateCase), and perhaps inlining
 some operations in the back-end.

 Of course we should measure the effect of various settings on
 nofib/nobench and pick a good combination.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1371>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to