sgs_ForkState [function]
sgs_Context* sgs_ForkState( sgs_Context* C, int copystate )
Creates a copy of the execution state.
- If
copystate
is nonzero, all stacks (variable, closure, call) are copied as well, creating an exact duplicate.
copystate
is nonzero, all stacks (variable, closure, call) are copied as well, creating an exact duplicate.