Description
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.
Attachments
Issue Links
- is cloned by
-
GROOVY-11048 Optimisations for bytecode for record generated methods (missing case)
- Closed