e.
> As for a plugin mechanism... not global transforms?
They should be a global transforms, which have switch to control turning on
or turning off.
Cheers,
Daniel.Sun
--
View this message in context:
http://groovy.329449.n5.nabble.com/About-the-compiler-optimization-of-Groovy-tp5736034p
On 11.10.2016 06:14, 孙 岚 wrote:
Hi dev list,
Are there any compiler optimizations in Groovy? e.g. Tail
Recursion, Loop Unrolling, etc.
If no compiler optimizations done, how about providing some AST
Transformation or even adding a compilation phase named optimization?
The optimiza
Hi dev list,
Are there any compiler optimizations in Groovy? e.g. Tail Recursion, Loop
Unrolling, etc.
If no compiler optimizations done, how about providing some AST
Transformation or even adding a compilation phase named optimization? The
optimization phase does nothing for now,