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 2018/03/30 19:30:48 UTC

[GitHub] mbeckerle opened a new pull request #58: Eliminates backpointers from RuntimeData structures.

mbeckerle opened a new pull request #58: Eliminates backpointers from RuntimeData structures.
URL: https://github.com/apache/incubator-daffodil/pull/58
 
 
   This cleanup is a step toward eliminating the double-linked non-sharing behavior
   in the schema compiler, because maintaining these double-linked pointers
   for the runtime was forcing them to exist in the schema compiler also. 
   
   Turns out the runtime didn't need them except to check an Assert in one unparser. That check is removed, and all the backpointers can go away from RuntimeData and friends.
   
   DAFFODIL-1444

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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