[GHC] #15980: unpin a mutable byte array

GHC ghc-devs at haskell.org
Mon Dec 3 17:15:22 UTC 2018


#15980: unpin a mutable byte array
-------------------------------------+-------------------------------------
        Reporter:  andrewthad        |                Owner:  (none)
            Type:  task              |               Status:  new
        Priority:  normal            |            Milestone:  8.6.3
       Component:  Compiler          |              Version:  8.6.2
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by carter):

 Pinned byte arrays also live in a different world than normal heap
 objects. So unpinning would be he same as a copy afaict.  Which you can
 easily do in user space already

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


More information about the ghc-tickets mailing list