diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-04-24 07:47:59 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-04-24 07:47:59 -0700 |
commit | b360098319ea038521bf6ead9fa3f1a1f9e2288c (patch) | |
tree | f5e83bf1717087bbaef85bde0351c44122171282 /ChangeLog | |
parent | 7ce1bfe873576ac8ece89ff0b612bfcf623aa521 (diff) | |
download | txr-b360098319ea038521bf6ead9fa3f1a1f9e2288c.tar.gz txr-b360098319ea038521bf6ead9fa3f1a1f9e2288c.tar.bz2 txr-b360098319ea038521bf6ead9fa3f1a1f9e2288c.zip |
* gc.c (make_obj, gc): The check for insufficient space in freshobj
array after a gc is moved into the gc function.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |