[GHC] #13908: sameMutableArray equivalent for Array
GHC
ghc-devs at haskell.org
Sat Jul 1 14:55:49 UTC 2017
#13908: sameMutableArray equivalent for Array
-------------------------------------+-------------------------------------
Reporter: winter | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.0.1
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 winter):
In fact the code in the issue report is even problematic: if we thaw an
array without freezing it. we may leave it on the mutable list forever. So
we have to add it anyway. But currently doing that won't save us from next
GC.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13908#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list