summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5aa5097c2..65ce1d464 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
Wed Jul 2 09:49:10 2008 Narihiro Nakamura <authorNari@gmail.com>
+
* gc.c (gc_lazy_sweep) : use lazy sweep algorithm for response performance gain.
(garbage_collect_force) : mark and lazysweep invoke, after erasing all mark.
(GC_NOT_LAZY_SWEEP) : not lazy sweep flag. for debug.