提交 10b35a70 编写于 作者: R rasbold

Merge

......@@ -823,6 +823,8 @@ bool LibraryCallKit::inline_string_compareTo() {
//------------------------------inline_array_equals----------------------------
bool LibraryCallKit::inline_array_equals() {
if (!Matcher::has_match_rule(Op_AryEq)) return false;
_sp += 2;
Node *argument2 = pop();
Node *argument1 = pop();
......
......@@ -460,7 +460,7 @@ class CommandLineFlags {
develop(bool, SpecialStringIndexOf, true, \
"special version of string indexOf") \
\
product(bool, SpecialArraysEquals, true, \
product(bool, SpecialArraysEquals, false, \
"special version of Arrays.equals(char[],char[])") \
\
develop(bool, TraceCallFixup, false, \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册