#5271: Compilation speed regression
---------------------------------+------------------------------------------
    Reporter:  augustss          |        Owner:                              
        Type:  bug               |       Status:  infoneeded                  
    Priority:  normal            |    Milestone:  7.4.1                       
   Component:  Compiler          |      Version:  7.0.4                       
    Keywords:                    |     Testcase:                              
   Blockedby:                    |   Difficulty:                              
          Os:  Unknown/Multiple  |     Blocking:                              
Architecture:  Unknown/Multiple  |      Failure:  Compile-time performance bug
---------------------------------+------------------------------------------
Changes (by simonmar):

  * status:  new => infoneeded
  * failure:  None/Unknown => Compile-time performance bug
  * milestone:  => 7.4.1


Comment:

 GHC hasn't got uniformly slower at compiling (we do check when making a
 release), but sometime what happens is that some crucial bit of code gets
 inlined where it wasn't before (or vice versa) and that causes knock-on
 effects.

 So to investigate this we'll need more information.

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