Daniel Sun created GROOVY-11648: ----------------------------------- Summary: Make methods in groovy-core friendly to JIT Key: GROOVY-11648 URL: https://issues.apache.org/jira/browse/GROOVY-11648 Project: Groovy Issue Type: Improvement Reporter: Daniel Sun Attachments: groovy-core-jarscan-result-maxMethodSize-325.txt
I used JarScan of JITWatch to scan groovy-5.0.0-SNAPSHOT.jar[1] and found lots of methods whose size are greater than 325 bytes (See the attached file). We should make some of them invoked frequently smaller than 325 bytes to become friendly to JIT for better performance. [1] [https://github.com/apache/groovy/actions/runs/14804433735/job/41570121112] -- This message was sent by Atlassian Jira (v8.20.10#820010)