Re: About the compiler optimization of Groovy

2016-10-12 Thread daniel_sun
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

Re: About the compiler optimization of Groovy

2016-10-11 Thread Jochen Theodorou
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

About the compiler optimization of Groovy

2016-10-10 Thread 孙 岚
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,