[GHC] #9706: New block-structured heap organization for 64-bit
GHC
ghc-devs at haskell.org
Sat Dec 5 18:15:38 UTC 2015
#9706: New block-structured heap organization for 64-bit
-------------------------------------+-------------------------------------
Reporter: ezyang | Owner: gcampax
Type: task | Status: closed
Priority: normal | Milestone:
Component: Runtime System | Version: 7.8.3
Resolution: fixed | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D524
-------------------------------------+-------------------------------------
Comment (by Herbert Valerio Riedel <hvr@…>):
In [changeset:"5f1e42f22cf29bc1b7150e06b2711fa7c43c6e5b/ghc" 5f1e42f/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="5f1e42f22cf29bc1b7150e06b2711fa7c43c6e5b"
Allow to compile OSMem.c when MEM_NORESERVE is not available
On some OSes such as AIX `MEM_NORESERVE` is not available.
Since this feature is only needed when the new two-step allocator (see
#9706)
is enabled we can simply turn this into a runtime error to avoid a larger
refactoring of this already quite platform-sensitive code.
Reviewed By: bgamari, ezyang
Differential Revision: https://phabricator.haskell.org/D1568
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9706#comment:23>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list