[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
#1675: Maximum heap size is limited on 64-bit machines
From: |
Chicken Trac |
Subject: |
#1675: Maximum heap size is limited on 64-bit machines |
Date: |
Tue, 04 Feb 2020 08:50:30 -0000 |
#1675: Maximum heap size is limited on 64-bit machines
-----------------------------------------+----------------------------
Reporter: felix winkelmann | Type: defect
Status: new | Priority: minor
Milestone: 5.2 | Component: core libraries
Version: 5.1.0 | Keywords:
Estimated difficulty: trivial |
-----------------------------------------+----------------------------
`DEFAULT_MAXIMAL_HEAP_SIZE` is set to 0x7ffffff0, which seems to be a
32-bit legacy. I guess it would be appropriate to use 0x7ffffffffffffff0
if `C_SIXTY_FOUR` is defined.
--
Ticket URL: <https://bugs.call-cc.org/ticket/1675>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.
- #1675: Maximum heap size is limited on 64-bit machines,
Chicken Trac <=