[jira] [Commented] (GROOVY-10307) Groovy 4 runtime performance on average 2.4x slower than Groovy 3

2021-10-24 Thread mgroovy (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17433493#comment-17433493 ] mgroovy commented on GROOVY-10307: -- * Groovy 4.0.0-beta-1 looped timings in seconds with ## -Xmx8192m

[jira] [Commented] (GROOVY-10307) Groovy 4 runtime performance on average 2.4x slower than Groovy 3

2021-10-24 Thread mgroovy (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17433483#comment-17433483 ] mgroovy commented on GROOVY-10307: -- * Using {code} -Dgroovy.indy.optimize.threshold=2

[jira] [Updated] (GROOVY-10307) Groovy 4 runtime performance on average 2.4x slower than Groovy 3

2021-10-24 Thread mgroovy (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mgroovy updated GROOVY-10307: - Attachment: groovy_4_0_0_b1_loop4_mem.png > Groovy 4 runtime performance on average 2.4x slower than

[jira] [Updated] (GROOVY-10307) Groovy 4 runtime performance on average 2.4x slower than Groovy 3

2021-10-24 Thread mgroovy (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mgroovy updated GROOVY-10307: - Attachment: groovy_4_0_0_b1_loop4_gc.png > Groovy 4 runtime performance on average 2.4x slower than

[jira] [Updated] (GROOVY-10307) Groovy 4 runtime performance on average 2.4x slower than Groovy 3

2021-10-24 Thread mgroovy (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mgroovy updated GROOVY-10307: - Attachment: groovy_3_0_9_mem.png > Groovy 4 runtime performance on average 2.4x slower than Groovy 3 >

[jira] [Updated] (GROOVY-10307) Groovy 4 runtime performance on average 2.4x slower than Groovy 3

2021-10-24 Thread mgroovy (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mgroovy updated GROOVY-10307: - Attachment: groovy_3_0_9_gc.png > Groovy 4 runtime performance on average 2.4x slower than Groovy 3 >

[jira] [Commented] (GROOVY-10307) Groovy 4 runtime performance on average 2.4x slower than Groovy 3

2021-10-24 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17433461#comment-17433461 ] Daniel Sun commented on GROOVY-10307: - If you are eager to benefit from the optimization of indy

[jira] [Commented] (GROOVY-10232) Massive increase in memory usage due to CacheableCallSite

2021-10-24 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17433460#comment-17433460 ] Daniel Sun commented on GROOVY-10232: - If you could run your tests with the following snapshot of

[jira] [Commented] (GROOVY-10232) Massive increase in memory usage due to CacheableCallSite

2021-10-24 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17433459#comment-17433459 ] Daniel Sun commented on GROOVY-10232: - https://github.com/apache/groovy/pull/1647 > Massive

[GitHub] [groovy] danielsun1106 commented on pull request #1647: GROOVY-10232: Massive increase in memory usage due to CacheableCallSite

2021-10-24 Thread GitBox
danielsun1106 commented on pull request #1647: URL: https://github.com/apache/groovy/pull/1647#issuecomment-950302681 The memory usage will be reduced, but the time must increase somehow. I wish I had more time to complete the benchmark test against 4.0.0 beta-1 and the PR. -- This is