[GHC] #1366: GLOBAL_VAR being inlined?

GHC trac at galois.com
Fri Jun 8 07:31:12 EDT 2007


#1366: GLOBAL_VAR being inlined?
-------------------------+--------------------------------------------------
    Reporter:  mnislaih  |        Owner:  simonpj
        Type:  bug       |       Status:  new    
    Priority:  high      |    Milestone:  6.8    
   Component:  Compiler  |      Version:  6.7    
    Severity:  major     |   Resolution:         
    Keywords:            |   Difficulty:  Unknown
          Os:  MacOS X   |     Testcase:  ghci005
Architecture:  x86       |  
-------------------------+--------------------------------------------------
Changes (by simonmar):

  * owner:  => simonpj

Comment:

 The problem appears in the output of `LiberateCase`.  It seems that
 `LiberateCase` is replicating `InteractiveUI.commands`, which has a
 `NOINLINE` pragma.  I suspect it probably shouldn't be doing this.  Simon
 - I have `-dverbose-core2core` output if you're interested (it takes ages
 to produce).

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1366>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
-------------- next part --------------
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs at haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


More information about the Glasgow-haskell-bugs mailing list