diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-04-24 07:22:42 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-04-24 07:22:42 -0700 |
commit | 7ce1bfe873576ac8ece89ff0b612bfcf623aa521 (patch) | |
tree | 78110e27649515bd30bc5db96239df1c9d22b530 /ChangeLog | |
parent | 8750696b00eb5941a033301ba84a21b944b3c563 (diff) | |
download | txr-7ce1bfe873576ac8ece89ff0b612bfcf623aa521.tar.gz txr-7ce1bfe873576ac8ece89ff0b612bfcf623aa521.tar.bz2 txr-7ce1bfe873576ac8ece89ff0b612bfcf623aa521.zip |
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +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. + 2015-04-22 Kaz Kylheku <kaz@kylheku.com> Switch to in-tree mpi directory. |