Paul King created GROOVY-11048:
----------------------------------
Summary: Optimisations for bytecode for record generated methods
(missing case)
Key: GROOVY-11048
URL: https://issues.apache.org/jira/browse/GROOVY-11048
Project: Groovy
Issue Type: Improvement
Reporter: Paul King
Assignee: Paul King
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)