You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Paul King (Jira)" <ji...@apache.org> on 2023/05/03 21:15:00 UTC

[jira] [Resolved] (GROOVY-11040) Optimisations for bytecode for record generated methods

     [ https://issues.apache.org/jira/browse/GROOVY-11040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul King resolved GROOVY-11040.
--------------------------------
    Fix Version/s: 4.0.12
       Resolution: Fixed

> Optimisations for bytecode for record generated methods
> -------------------------------------------------------
>
>                 Key: GROOVY-11040
>                 URL: https://issues.apache.org/jira/browse/GROOVY-11040
>             Project: Groovy
>          Issue Type: Improvement
>            Reporter: Paul King
>            Assignee: Paul King
>            Priority: Major
>             Fix For: 4.0.12
>
>
> In some JMH experiments with generated methods like hashCode and equals for records, there are places where we use record component getters rather than the fields. This impacts performance when compared to Java records and gives different results between normal and emulated records. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)