mirror of
https://github.com/janet-lang/janet
synced 2025-11-11 21:14:16 +00:00
Switch to assymetric coroutines instead of symmetric.
This commit is contained in:
@@ -80,7 +80,8 @@ enum DstInstructionType dst_instructions[DOP_INSTRUCTION_COUNT] = {
|
||||
DIT_S, /* DOP_PUSH_ARRAY, */
|
||||
DIT_SS, /* DOP_CALL, */
|
||||
DIT_S, /* DOP_TAILCALL, */
|
||||
DIT_SSS, /* DOP_TRANSFER, */
|
||||
DIT_SSS, /* DOP_RESUME, */
|
||||
DIT_SS, /* DOP_YIELD, */
|
||||
DIT_SSS, /* DOP_GET, */
|
||||
DIT_SSS, /* DOP_PUT, */
|
||||
DIT_SSU, /* DOP_GET_INDEX, */
|
||||
|
||||
Reference in New Issue
Block a user