[GHC] #15665: Break up the stable pointer table

GHC ghc-devs at haskell.org
Mon Sep 24 05:59:22 UTC 2018


#15665: Break up the stable pointer table
-------------------------------------+-------------------------------------
        Reporter:  dfeuer            |                Owner:  (none)
            Type:  feature request   |               Status:  new
        Priority:  normal            |            Milestone:  8.6.1
       Component:  Compiler          |              Version:  8.4.3
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:  #7670             |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by dfeuer):

 Right. Each allocation would be a full block, and would add all the
 entries in the block to the free list. Trying to go lock-free looks more
 complicated the more I think about it, but generational collection looks
 easy.

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


More information about the ghc-tickets mailing list