[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: #1379: Improve "heap-shrinkage" rate
From: |
Chicken Trac |
Subject: |
Re: #1379: Improve "heap-shrinkage" rate |
Date: |
Sun, 01 Dec 2019 11:29:06 -0000 |
#1379: Improve "heap-shrinkage" rate
-----------------------------------------+---------------------
Reporter: felix winkelmann | Owner: (none)
Type: enhancement | Status: new
Priority: minor | Milestone: 5.2
Component: core libraries | Version: 4.12.0
Resolution: | Keywords: gc heap
Estimated difficulty: trivial |
-----------------------------------------+---------------------
Comment (by sjamaan):
After messing around with this code a bit, but the confusing part is that
"count" refers to the used amount of bytes, but as far as I can tell,
heap_size is the full heap size (both halves).
--
Ticket URL: <https://bugs.call-cc.org/ticket/1379#comment:2>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.
- Re: #1379: Improve "heap-shrinkage" rate,
Chicken Trac <=