Re: Groovy issue with GraalVM native-image for a large number of consecutive method calls

2023-12-25 Thread Jochen Theodorou
I think we have two different issues to deal with here. (1) graal native does not allow us to set the callsite target again. (2) static compiled code relies on dynamic code via ConvertedClosure. If we fix (2) then (1) is no issue for static code. But even for dynamic code we should maybe have

Re: Groovy issue with GraalVM native-image for a large number of consecutive method calls

2023-12-25 Thread Damir Murat
Oh, the source is not a problem. It is part of the open-source project -  https://github.com/croz-ltd/klokwrk-project Previously, I mentioned only one occurrence of the problem, but I have two actually. I did some refactorings in the meantime, so one of the stack traces differs from the previous