Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Implemented
-
None
-
None
-
None
-
None
Description
The bytecode for === and !== is to invoke static method, e.g. compareIdentical, compareNotIdentical.
We could generate better bytecode by leveraging IF_ACMPEQ, IF_ACMPNE, which is same to the bytecode generated by Java compiler.