You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Suminda Dharmasena (Jira)" <ji...@apache.org> on 2020/09/08 03:29:00 UTC

[jira] [Created] (GROOVY-9727) Use ByteCode weaving instead of reflection where possible

Suminda Dharmasena created GROOVY-9727:
------------------------------------------

             Summary: Use ByteCode weaving instead of reflection where possible 
                 Key: GROOVY-9727
                 URL: https://issues.apache.org/jira/browse/GROOVY-9727
             Project: Groovy
          Issue Type: Improvement
            Reporter: Suminda Dharmasena


ByteCode weaving results in better JITed code than reflection. Hence where possible use ByteCode weaving over reflection.

 

Rel: https://issues.apache.org/jira/browse/GROOVY-9715



--
This message was sent by Atlassian Jira
(v8.3.4#803005)