зеркало из https://github.com/github/ruby.git
* compile.c (compile_case): emit opt_case_dispatch only on optimized mode
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
d6d444d6b2
Коммит
32cff956bc
|
@ -5095,7 +5095,7 @@ compile_case(rb_iseq_t *iseq, LINK_ANCHOR *const ret, const NODE *const orig_nod
|
|||
ADD_INSNL(cond_seq, nd_line(orig_node), jump, endlabel);
|
||||
}
|
||||
|
||||
if (only_special_literals) {
|
||||
if (only_special_literals && ISEQ_COMPILE_DATA(iseq)->option->specialized_instruction) {
|
||||
iseq_add_mark_object_compile_time(iseq, literals);
|
||||
|
||||
ADD_INSN(ret, nd_line(orig_node), dup);
|
||||
|
|
Загрузка…
Ссылка в новой задаче