mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* gc.c: RGENGC_CHECK_MODE should be 0.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b21bf8f94b
commit
4a113cd3cb
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Fri Jun 21 12:35:35 2013 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
|
* gc.c: RGENGC_CHECK_MODE should be 0.
|
||||||
|
|
||||||
Fri Jun 21 11:18:25 2013 Koichi Sasada <ko1@atdot.net>
|
Fri Jun 21 11:18:25 2013 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* gc.c (gc_marks_body): fix to get `th' in this function.
|
* gc.c (gc_marks_body): fix to get `th' in this function.
|
||||||
|
|
2
gc.c
2
gc.c
|
@ -126,7 +126,7 @@ void rb_gcdebug_print_obj_condition(VALUE obj);
|
||||||
* 3: show all references
|
* 3: show all references
|
||||||
*/
|
*/
|
||||||
#ifndef RGENGC_CHECK_MODE
|
#ifndef RGENGC_CHECK_MODE
|
||||||
#define RGENGC_CHECK_MODE 2
|
#define RGENGC_CHECK_MODE 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* RGENGC_PROFILE
|
/* RGENGC_PROFILE
|
||||||
|
|
Loading…
Reference in a new issue