git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17790 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nari 2008-07-02 01:19:25 +00:00
Родитель 9f2208b40c
Коммит 5c72ffe769
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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.