This is an automated email from the ASF dual-hosted git repository.

mboehm7 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git.


    from 5fc4696  [SYSTEMDS-3286] LogicalEnumerator change with transitions 
concept and cleanups   - This commit made changes in the evolutionary algorithm 
for logical pipelines and adapt the concept of random transitions   - This 
commit also perform some cleanups and bug fixing in cleaning pipelines   - 
Pipelines produce stable improved results
     new 98b9831  [MINOR] Fixed outdated generated ANTLR parser (4.5.3 vs 4.8)
     new 2e59d66  [SYSTEMDS-3295] Avoid unnecessary buffer pool pollution on 
replace

The 2 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:
 .../java/org/apache/sysds/parser/dml/Dml.interp    | 165 +++++++++++++++
 .../apache/sysds/parser/dml/DmlBaseListener.java   |   2 +-
 .../org/apache/sysds/parser/dml/DmlLexer.interp    | 229 +++++++++++++++++++++
 .../java/org/apache/sysds/parser/dml/DmlLexer.java | 110 +++++-----
 .../org/apache/sysds/parser/dml/DmlListener.java   |   2 +-
 .../org/apache/sysds/parser/dml/DmlParser.java     | 186 ++++++++++++-----
 .../cp/ParameterizedBuiltinCPInstruction.java      |  10 +-
 .../sysds/runtime/matrix/data/FrameBlock.java      |   8 +-
 ...lLeakTest.java => BufferpoolShallowCopies.java} |  24 ++-
 .../BufferpoolShallow.dml}                         |  28 ++-
 10 files changed, 629 insertions(+), 135 deletions(-)
 create mode 100644 src/main/java/org/apache/sysds/parser/dml/Dml.interp
 create mode 100644 src/main/java/org/apache/sysds/parser/dml/DmlLexer.interp
 copy 
src/test/java/org/apache/sysds/test/functions/caching/{BufferpoolLeakTest.java 
=> BufferpoolShallowCopies.java} (72%)
 copy 
src/test/scripts/functions/{federated/aggregate/FederatedTernaryColSumTestReference.dml
 => caching/BufferpoolShallow.dml} (74%)

Reply via email to