#2753: GHC 6.10.1 cannot compile Crypto-4.1.0
------------------------------+---------------------------------------------
 Reporter:  thoughtpolice     |          Owner:                  
     Type:  bug               |         Status:  new             
 Priority:  normal            |      Milestone:  6.10.2          
Component:  Compiler          |        Version:  6.10.1          
 Severity:  critical          |     Resolution:                  
 Keywords:                    |     Difficulty:  Unknown         
 Testcase:                    |   Architecture:  Unknown/Multiple
       Os:  Unknown/Multiple  |  
------------------------------+---------------------------------------------
Comment (by simonmar):

 Replying to [comment:6 igloo]:
 > Oh, for some reason I thought that `-fregs-graph` was the default in
 6.10, which was why it worked in the past. Is there a reason not to make
 it the default?

 Partly paranoia: the linear-scan allocator has had a good shakedown, it
 only has two known bugs (this one and another one that doesn't actually
 show up in practice), whereas `-fregs-graph` has hardly been tested in the
 field.  Partly performance: I believe `-fregs-graph` is slower, but we
 haven't measured it systematically yet.  We'll probably want `-fregs-
 graph` to become the default in 6.12, however.  I'm still considering
 whether we want to keep the old allocator around too, perhaps for non-
 optimised compilations.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2753#comment:7>
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