[GHC] #10877: x86_64: dll-split: out of memory (requested 1099512676352 bytes)
GHC
ghc-devs at haskell.org
Tue Sep 22 16:06:16 UTC 2015
#10877: x86_64: dll-split: out of memory (requested 1099512676352 bytes)
-------------------------------------+-------------------------------------
Reporter: RyanGlScott | Owner:
Type: bug | Status: new
Priority: highest | Milestone: 8.0.1
Component: Compiler | Version: 7.11
Resolution: | Keywords:
Operating System: Linux | Architecture: x86_64
Type of failure: Building GHC | (amd64)
failed | Test Case:
Blocked By: | Blocking:
Related Tickets: #10682 | Differential Revisions:
-------------------------------------+-------------------------------------
Comment (by simonmar):
Urgh, the problem is that making the size of the area dynamic imposes a
runtime cost - we have to read that value every time the GC visits an
object. But I can't think of an alternative.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10877#comment:11>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list