refine whitespaces

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18152 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2008-07-22 02:15:54 +00:00
parent 1bcbc29d95
commit 51596d4ac2

View file

@ -830,13 +830,13 @@ Thu Jul 3 00:09:31 2008 Masaki Suketa <masaki.suketa@nifty.ne.jp>
Wed Jul 2 09:49:10 2008 Narihiro Nakamura <authorNari@gmail.com>
* gc.c (gc_lazy_sweep) : use lazy sweep algorithm for response
* gc.c (gc_lazy_sweep): use lazy sweep algorithm for response
performance gain.
* gc.c (garbage_collect_force) : mark and lazysweep invoke, after
* gc.c (garbage_collect_force): mark and lazysweep invoke, after
erasing all mark.
* gc.c (GC_NOT_LAZY_SWEEP) : not lazy sweep flag. for debug.
* gc.c (GC_NOT_LAZY_SWEEP): not lazy sweep flag. for debug.
Wed Jul 2 03:42:44 2008 Yusuke Endoh <mame@tsg.ne.jp>