[GHC] #14193: Add RTS flag to disable 1TB address space allocaiton
GHC
ghc-devs at haskell.org
Fri Sep 8 13:35:34 UTC 2017
#14193: Add RTS flag to disable 1TB address space allocaiton
-------------------------------------+-------------------------------------
Reporter: nh2 | Owner: (none)
Type: feature request | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.0.2
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: #9706, #14192 | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by bgamari):
Is this really the same problem? We already map with `PROT_NONE` when
reserving. The only real difference between WebKit after that patch and us
is the use of `madvise(MADV_DONTNEED)` after reservation; I wonder if this
affects the core dump logic.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14193#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list