You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two thoughts:
Replay:
one is to "save" the incrementally emitted assemblies "as is"... this means
"loading" would be more like a replay (go through each type's static
constructor, each field will be set anew -- has implications for side-effects
code).
Snapshot:
the other is to "save" a snapshot of all of the fields in all the emitted
assemblies. we'd need to think of another strategy than here; perhaps just go
through all the fields of the emitted assemblies and gather into a dictionary
and then serialize and save to disc.
Original issue reported on code.google.com by [email protected] on 21 Dec 2011 at 8:33
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 21 Dec 2011 at 8:33The text was updated successfully, but these errors were encountered: