-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
It should be possible to automatically generate the Haxe de/serialisation methods for a coroutine. It should be enough to store:
- the state (CFG position + flags)
- any state-crossing locals (which are already detected anyway)
As an optimisation, only the state-crossing locals which are actually read by reachable states could be stored.
Serialisation of a coroutine that depends on a closure-captured variable should probably be forbidden as well.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels