mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* compile.c (iseq_build_body): add mark to jump table hash of case.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9eb68d7c44
commit
d47e0b989f
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Mar 18 02:29:42 2010 Yusuke Endoh <mame@tsg.ne.jp>
|
||||
|
||||
* compile.c (iseq_build_body): add mark to jump table hash of case.
|
||||
|
||||
Thu Mar 18 00:58:27 2010 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* util.c (ruby_strtod): Add support for Hexadecimal
|
||||
|
|
|
@ -5290,6 +5290,7 @@ iseq_build_body(rb_iseq_t *iseq, LINK_ANCHOR *anchor,
|
|||
rb_ary_store(op, i+1, (VALUE)label | 1);
|
||||
}
|
||||
argv[j] = op;
|
||||
iseq_add_mark_object_compile_time(iseq, op);
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue