blob: 6576a7feb43430e0fcce19cdc3301d700edf1569 [file] [log] [blame]
change sets from trunk NOT in 1.5.x:
* 9967: Fix for GROOVY-2331: Println behavior for collections, strings and gstrings
* 10003: Binarytrees benchmark and performance improvements for it. On my hardware it impoves 103sec to 47sec.
* 10315: 1st approximation of call site caching on existing MOP and some other performance improvements
* 10320: A bit more about caching call site
* 10389: Continuation of call site caching patch
* 10393: Continuation of call site caching.
* 10398: Static fields for numerical constants brings noticable performance improvements.
* 10403: All most important (in some non-defined sense) paths of call dispatch is covered by call site caching. In fact it brings 2x-4x performance improvement for several benchmarks we have.
* 10522: Some more call site optimizations
* 10554: First step for special call sites for binops
* 10562: More about call sites
* 10566: bemchmarks for call site
Last change set applied to 1.5.x: 10590