Yes.
On Sun, May 8, 2022 at 10:42 AM mgroovy (Jira) wrote:
>
>
> [
> https://issues.apache.org/jira/browse/GROOVY-10307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533368#comment-17533368
> ]
>
> mgroovy commented on GROOVY-10307:
> -
Hi Daniel,
could you confirm that with my sample ? I have tried all the
optimization settings when you proposed them before
("-Dgroovy.indy.optimize.threshold=0" threw an NPE, but
"-Dgroovy.indy.optimize.threshold=2" should lead to the same result as
far as I understand), and that alas did no
Hi mg,
Groovy 4 enables indy, i.e. invokedynamic by default, and the default
threshold for optimization of indy is 10,000. We can adjust its value by the
system property "groovy.indy.optimize.threshold", e.g.
"-Dgroovy.indy.optimize.threshold=0". When the related code is executed more
than
To download all 3 files in a single ZIP, you can use the following URL:
https://github.com/mgroovy/groovyperformance/zipball/master/
Cheers,
mg