* gc.c (before_gc_sweep): fix commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29686 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3ff23bf926
commit
ba0143b591
@ -1,3 +1,7 @@
|
|||||||
|
Thu Nov 4 19:26:10 2010 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
|
* gc.c (before_gc_sweep): fix commit miss.
|
||||||
|
|
||||||
Thu Nov 4 19:20:46 2010 Koichi Sasada <ko1@atdot.net>
|
Thu Nov 4 19:20:46 2010 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* gc.c (after_gc_sweep, before_gc_sweep):
|
* gc.c (after_gc_sweep, before_gc_sweep):
|
||||||
|
4
gc.c
4
gc.c
@ -1981,8 +1981,8 @@ before_gc_sweep(rb_objspace_t *objspace)
|
|||||||
objspace->heap.free_num = 0;
|
objspace->heap.free_num = 0;
|
||||||
|
|
||||||
/* sweep unlinked method entries */
|
/* sweep unlinked method entries */
|
||||||
if (th->vm->unlinked_method_entry_list) {
|
if (GET_VM()->unlinked_method_entry_list) {
|
||||||
rb_sweep_method_entry(th->vm);
|
rb_sweep_method_entry(GET_VM());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user