This is an automated email from the ASF dual-hosted git repository.
blackdrag pushed a change to branch feature/Cache_changes
in repository https://gitbox.apache.org/repos/asf/groovy.git
from 2ad2cc5b0e GROOVY-12023: improving inlining for DTT operations
add 6df1d265a2 GROOVY-12023: fixing wrong isAssignableFrom check
add 7747e969bd fixing switchpoint related bug in PIC logic
add ebab001baf GROOVY-12023: fix double switchpoint usage
No new revisions were added by this update.
Summary of changes:
.../groovy/vmplugin/v8/CacheableCallSite.java | 39 +++++++++++++++++++---
.../codehaus/groovy/vmplugin/v8/IndyInterface.java | 6 ++--
.../groovy/vmplugin/v8/MethodHandleWrapper.java | 18 ++++++++--
.../org/codehaus/groovy/vmplugin/v8/Selector.java | 19 ++++++-----
.../vmplugin/v8/IndyClassLoaderLeakTest.groovy | 1 +
.../v8/IndyInterfaceCallSiteTargetTest.groovy | 2 +-
.../groovy/perf/grails/DynamicDispatchBench.groovy | 2 --
7 files changed, 66 insertions(+), 21 deletions(-)