Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Closures generated by the Groovy compiler are of special nature, things that the runtime could use to optimize call performance. Instead, the runtime uses the standard MetaClass, which contains special logic for Closures in general, but not special to generated Closures.