#3736: GHC specialising instead of inlining
-------------------------+--------------------------------------------------
    Reporter:  guest     |        Owner:                         
        Type:  bug       |       Status:  new                    
    Priority:  normal    |    Milestone:                         
   Component:  Compiler  |      Version:  6.10.4                 
    Keywords:            |   Difficulty:                         
          Os:  Linux     |     Testcase:                         
Architecture:  x86       |      Failure:  Runtime performance bug
-------------------------+--------------------------------------------------

Comment(by igloo):

 If I understand correctly `Main.hs` is a self-contained file containing
 the code you're talking about, and can be built with just bootlibs:
 {{{
 $ time ./Main 1
 ./Main 1  2.88s user 0.15s system 99% cpu 3.030 total
 $ time ./Main 2
 ./Main 2  1.07s user 0.16s system 99% cpu 1.233 total
 }}}

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