[
https://issues.apache.org/jira/browse/GROOVY-11415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17877914#comment-17877914
]
Daniel Sun commented on GROOVY-11415:
-------------------------------------
Well. I will find time to revert all of the commits before next releases.
> Bytecode for identity
> ---------------------
>
> Key: GROOVY-11415
> URL: https://issues.apache.org/jira/browse/GROOVY-11415
> Project: Groovy
> Issue Type: Improvement
> Reporter: Daniel Sun
> Assignee: Daniel Sun
> Priority: Major
> Fix For: 5.0.0-alpha-9, 4.0.22
>
>
> 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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)