Groovy invokedynamic caching problems

2025-08-08 Thread Jochen Theodorou
Hi all, reminded by that mail from MG I decided it is best to forget about writing something formal or anywhere near detailed instructions and just write what I think should be done and what the current state is. And don't get me wrong... this is neither the first try nor the first version of

Re: Groovy 5 - Performance / @CompileStatic

2025-08-08 Thread Daniel Sun
Could you please provide some flame graghs to help us address the performance issue you mentioned. Cheers, Daniel Sun On 2025/08/07 19:24:29 MG wrote: > Hi .+, > > since Groovy 5 to my knowledge is the first Groovy which does away with > the old, faster, non-invoke-dynamic call site resolution

Re: Groovy 5 - Performance / @CompileStatic

2025-08-08 Thread Jochen Theodorou
On 07.08.25 21:24, MG wrote: Hi .+, since Groovy 5 to my knowledge is the first Groovy which does away with the old, faster, non-invoke-dynamic call site resolution support, I wanted to do a quick post on that topic that might be of interest to larger Groovy projects like ours: 1. After th