ruby-changes:1949
From: ko1@a...
Date: 14 Sep 2007 16:14:26 +0900
Subject: [ruby-changes:1949] ko1 - Ruby:r13440 (trunk): * insnhelper.ci (vm_expandarray): should be volatile value for GC.
ko1 2007-09-14 16:14:13 +0900 (Fri, 14 Sep 2007)
New Revision: 13440
Modified files:
trunk/ChangeLog
trunk/insnhelper.ci
trunk/version.h
Log:
* insnhelper.ci (vm_expandarray): should be volatile value for GC.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/insnhelper.ci?r1=13440&r2=13439
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/version.h?r1=13440&r2=13439
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=13440&r2=13439
Index: ChangeLog
===================================================================
--- ChangeLog (revision 13439)
+++ ChangeLog (revision 13440)
@@ -1,3 +1,7 @@
+Fri Sep 14 16:12:10 2007 Koichi Sasada <ko1@a...>
+
+ * insnhelper.ci (vm_expandarray): should be volatile value for GC.
+
Thu Sep 13 15:42:03 2007 Nobuyoshi Nakada <nobu@r...>
* compile.c (iseq_compile_each): inline cache entries are overwritten
Index: version.h
===================================================================
--- version.h (revision 13439)
+++ version.h (revision 13440)
@@ -1,7 +1,7 @@
#define RUBY_VERSION "1.9.0"
-#define RUBY_RELEASE_DATE "2007-09-13"
+#define RUBY_RELEASE_DATE "2007-09-14"
#define RUBY_VERSION_CODE 190
-#define RUBY_RELEASE_CODE 20070913
+#define RUBY_RELEASE_CODE 20070914
#define RUBY_PATCHLEVEL 0
#define RUBY_VERSION_MAJOR 1
@@ -9,7 +9,7 @@
#define RUBY_VERSION_TEENY 0
#define RUBY_RELEASE_YEAR 2007
#define RUBY_RELEASE_MONTH 9
-#define RUBY_RELEASE_DAY 13
+#define RUBY_RELEASE_DAY 14
#ifdef RUBY_EXTERN
RUBY_EXTERN const char ruby_version[];
Index: insnhelper.ci
===================================================================
--- insnhelper.ci (revision 13439)
+++ insnhelper.ci (revision 13440)
@@ -1334,6 +1334,7 @@
int is_splat = flag & 0x01;
int space_size = num + is_splat;
VALUE *base = cfp->sp, *ptr;
+ volatile VALUE tmp_ary = ary;
int len;
cfp->sp += space_size;
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml