#5923: closure_flags[]  contains wrong _BTM data (whether the layout is bitmap 
or
pointer first)
---------------------------------+------------------------------------------
    Reporter:  nomeata           |       Owner:                  
        Type:  bug               |      Status:  new             
    Priority:  normal            |   Milestone:                  
   Component:  Compiler          |     Version:  7.4.1           
    Keywords:                    |          Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |     Failure:  Other           
  Difficulty:  Unknown           |    Testcase:                  
   Blockedby:                    |    Blocking:                  
     Related:                    |  
---------------------------------+------------------------------------------
Changes (by simonmar):

  * difficulty:  => Unknown


Comment:

 The `BTM` flag is supposed to distinguish between the pointers-first
 layout used for heap objects and the bitmap layout used for stack frames,
 ie. whether `info->layout.payload` is used or `info->layout.bitmap`.  The
 layout of `PAP` and `AP` is a separate special case.

 But you're right that it is currently (a) wrong and (b) not used, so I'll
 remove it.

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