From b360098319ea038521bf6ead9fa3f1a1f9e2288c Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 24 Apr 2015 07:47:59 -0700 Subject: * gc.c (make_obj, gc): The check for insufficient space in freshobj array after a gc is moved into the gc function. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3bb62fec..e5b44930 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-04-24 Kaz Kylheku + + * 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 * gc.c (gc): Minor off-by-one: compare gc_counter to FULL_GC_INTERVAL -- cgit v1.2.3