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@49943 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
08f3cfb585
commit
fea779829b
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Mar 12 08:14:48 2015 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* gc.c: RGENGC_CHECK_MODE should be 0.
|
||||
|
||||
Thu Mar 12 07:44:17 2015 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* internal.h: use T_IMEMO to represent `struct MEMO' value.
|
||||
|
|
2
gc.c
2
gc.c
|
@ -217,7 +217,7 @@ static ruby_gc_params_t gc_params = {
|
|||
* 5: show all references
|
||||
*/
|
||||
#ifndef RGENGC_CHECK_MODE
|
||||
#define RGENGC_CHECK_MODE 2
|
||||
#define RGENGC_CHECK_MODE 0
|
||||
#endif
|
||||
|
||||
/* RGENGC_PROFILE
|
||||
|
|
Loading…
Reference in a new issue