From 3468cd1ed68ac08b19fffd78442b5de3a622c6ce Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 11 Jan 2013 08:13:17 +0000 Subject: merge revision(s) 38739: [Backport #7671] * vm_core.h (rb_iseq_t): move flip_cnt from struct iseq_compile_data, because it has same life span as enclosing iseq. [Bug #7671] [ruby-core:51296] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@38781 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vm_core.h') diff --git a/vm_core.h b/vm_core.h index ee49704317..dfc0e3c1ef 100644 --- a/vm_core.h +++ b/vm_core.h @@ -252,6 +252,7 @@ struct rb_iseq_struct { /* misc */ ID defined_method_id; /* for define_method */ + rb_num_t flip_cnt; /* used at compile time */ struct iseq_compile_data *compile_data; -- cgit v1.2.3