You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@daffodil.apache.org by GitBox <gi...@apache.org> on 2019/07/08 18:12:40 UTC

[GitHub] [incubator-daffodil] mbeckerle opened a new pull request #259: Incremental progress on schema compilation space/speed issue.

mbeckerle opened a new pull request #259: Incremental progress on schema compilation space/speed issue.
URL: https://github.com/apache/incubator-daffodil/pull/259
 
 
   This change set reorganizes expression compilation so that
   expressions are compiled taking all possible contexts where the expression
   is reused into account, rather than compiling a separate copy for each
   expression location.
   
   This does NOT yet eliminate the excessive copying of objects in the
   schema compiler. It does eliminate expressions from the set of things
   preventing copy-elimination by removing the problem caused by
   up-and-out relative paths.
   
   DAFFODIL-1444

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services