[GHC] #8257: System.Mem: Expose performMinorGC
GHC
ghc-devs at haskell.org
Mon Sep 9 14:15:56 CEST 2013
#8257: System.Mem: Expose performMinorGC
-------------------------------------+------------------------------------
Reporter: nh2 | Owner:
Type: bug | Status: patch
Priority: normal | Milestone: 7.8.1
Component: libraries/base | Version: 7.6.3
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: Unknown/Multiple
Type of failure: None/Unknown | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
-------------------------------------+------------------------------------
Comment (by hvr):
..as far as I understood, having only `performMinorGC` without the ability
to inhibit major GCs seems to be of little use, so do you plan on
implementing something like
{{{#!hs
disableMajorGC, enableMajorGC :: IO ()
}}}
as well?
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8257#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list