
6 Jan
2012
6 Jan
'12
12:06 p.m.
On 01/06/2012 11:25 AM, Huang Huan wrote:
None of local vars will be destructed after once yielding, Hold the stack object for next yielding call. How can I get this without virtual stack?
Use special instructions or OS-provided functions to save the context and switch to another context.