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
at cb74b15efd GROOVY-12023: further fixes for multi threading and fixing
some minor issues
This branch includes the following new commits:
new 254c08cacf adding a lock free MRU field to CacheableCallSite to avoid
SoftReference overhead. Since the target holds a hard reference as well, this
should not introduce any extra memory pressure
new 1acf9b9815 GROOVY-12023: add a PIC with configurable size for indy in
fron of the existing cache
new 539e4a47a2 GROOVY-12023: add tests to ensure PIC functionality and fix
one existing test since the fallback logic changed
new b48a20670b GROOVY-12023: adding documentation created by AI
new 7cbbf97ae4 GROOVY-12023: fix multithreading
new cb74b15efd GROOVY-12023: further fixes for multi threading and fixing
some minor issues
The 6 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.