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, but we can implement some plugin 
mechanism to load optimization plugin dynamically.

       Any thoughts?

Cheers,
Daniel.Sun

Reply via email to