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: [email protected] With regards, Apache Git Services
