You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "Mike Beckerle (Jira)" <ji...@apache.org> on 2021/07/01 14:25:00 UTC

[jira] [Assigned] (DAFFODIL-2526) Remove overhead of unnecessary serialization of compiled schema

     [ https://issues.apache.org/jira/browse/DAFFODIL-2526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Beckerle reassigned DAFFODIL-2526:
---------------------------------------

    Assignee: Mike Beckerle

> Remove overhead of unnecessary serialization of compiled schema
> ---------------------------------------------------------------
>
>                 Key: DAFFODIL-2526
>                 URL: https://issues.apache.org/jira/browse/DAFFODIL-2526
>             Project: Daffodil
>          Issue Type: Improvement
>          Components: Back End
>    Affects Versions: 3.1.0
>            Reporter: Mike Beckerle
>            Assignee: Mike Beckerle
>            Priority: Major
>
> Daffodil does a false-serialization of the parser/unparser at the end of compilation so as to force anything referenced from RuntimeData objects or parser/unparser objects to be evaluated if it was still lazy.
> This is an overhead that we should be able to avoid if everything passed to RuntimeData constructors is passed by value, and everything passed to parser/unparser constructors is passed by value.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)