git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
tarui 2013-11-01 14:27:24 +00:00
parent 541dac0b9b
commit 052ef632a5

View File

@ -10,7 +10,7 @@ Fri Nov 1 22:45:54 2013 Masaya Tarui <tarui@ruby-lang.org>
* gc.c (rb_gc_force_recycle): Use before_sweep member.
* gc.c (heap_is_before_sweep, is_before_sweep): Remove. They has not
* gc.c (heap_is_before_sweep, is_before_sweep): Remove. They have not
already been used.
Fri Nov 1 22:20:28 2013 Masaya Tarui <tarui@ruby-lang.org>