1
0
Fork 0
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:
mame 2010-03-17 17:33:01 +00:00
parent 9eb68d7c44
commit d47e0b989f
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -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: