summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3bb62fec..e5b44930 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2015-04-24 Kaz Kylheku <kaz@kylheku.com>
+ * gc.c (make_obj, gc): The check for insufficient space in freshobj
+ array after a gc is moved into the gc function.
+
+2015-04-24 Kaz Kylheku <kaz@kylheku.com>
+
* gc.c (gc): Minor off-by-one: compare gc_counter to FULL_GC_INTERVAL
rather than FULL_GC_INTERVAL - 1, since it is pre-incremented.