This is an automated email from the ASF dual-hosted git repository.
sunlan pushed a change to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git.
from 3bad9d4 Trivial refactoring: remove duplicated code
new 0bf7747 Improve the performance of `getPropertyName`
new 3a554f4 Improve the performance of `getPropertyName` further
new 2a10172 Change type `LinkedList` to `ArrayList` to accelerate
iterating
new 51a2470 Eliminate the tail recursion for better performance
The 4 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:
.../apache/groovy/ast/tools/MethodNodeUtils.java | 22 +++++++++++++++-------
.../java/org/codehaus/groovy/ast/ClassNode.java | 8 ++++----
.../groovy/classgen/VariableScopeVisitor.java | 20 ++++++++++++++++----
3 files changed, 35 insertions(+), 15 deletions(-)