From 7d200b94f946f0caffa3ea3a72783855e421df32 Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 24 May 2007 02:47:22 +0000 Subject: * gc.c, yarvcore.c: fix to mark VM structure on startup. * yarvcore.h: disable USE_CACHED_VALUE. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12381 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- yarvcore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yarvcore.h') diff --git a/yarvcore.h b/yarvcore.h index 61bd53764b..181e86d34e 100644 --- a/yarvcore.h +++ b/yarvcore.h @@ -411,7 +411,7 @@ struct rb_vm_tag { }; #define RUBY_VM_VALUE_CACHE_SIZE 0x1000 -#define USE_VALUE_CACHE 1 +#define USE_VALUE_CACHE 0 struct rb_thread_struct { -- cgit v1.2.3