#4838: LLVM mangler takes too long at runtime
-------------------------------------------+--------------------------------
  Reporter:  benl                          |          Owner:  dterei          
      Type:  bug                           |         Status:  closed          
  Priority:  normal                        |      Milestone:  7.2.1           
 Component:  Compiler (LLVM)               |        Version:  7.0.1           
Resolution:  fixed                         |       Keywords:                  
  Testcase:                                |      Blockedby:                  
Difficulty:                                |             Os:  MacOS X         
  Blocking:                                |   Architecture:  Unknown/Multiple
   Failure:  Compile-time performance bug  |  
-------------------------------------------+--------------------------------
Changes (by igloo):

  * status:  merge => closed
  * resolution:  => fixed


Comment:

 Merged:
 {{{
 Sun Feb 13 01:44:06 GMT 2011  David Terei <davidte...@gmail.com>
   * LLVM: Huge improvement to mangler speed.
   Ignore-this: 4eeaa572dfe956c990895154bd942bb2

   The old llvm mangler was horrible! Very slow
   due to bad design and code. New version is
   linear complexity as it should be and far
   lower coefficients. This fixes trac 4838.
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4838#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to