This is an automated email from the ASF dual-hosted git repository.
emilles pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git.
from c48525a GROOVY-9006: STC: compare to null for types that overload
equals
add fd171da GROOVY-6954: SC: optimize `map.foo = 'bar'` using
java.util.Map#put(K,V)
new da12804 GROOVY-6954: SC: optimize `map.foo = 'bar'` using
`java.util.Map#put(K,V)`
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../classgen/asm/sc/StaticTypesCallSiteWriter.java | 124 +++++++++++++--------
src/test/groovy/bugs/Groovy6954.groovy | 78 +++++++++++++
.../classgen/asm/AbstractBytecodeTestCase.groovy | 11 +-
3 files changed, 163 insertions(+), 50 deletions(-)
create mode 100644 src/test/groovy/bugs/Groovy6954.groovy