xo-interpreter2 stack: invoke closures w/ tail-call opt [WIP]
This commit is contained in:
parent
eecc70d6eb
commit
cfa5692804
14 changed files with 174 additions and 87 deletions
|
|
@ -28,6 +28,11 @@ namespace xo {
|
|||
**/
|
||||
evalargs,
|
||||
|
||||
/** Coda to restore vsm registers (local_env, stack, cont)
|
||||
* after invoking a closure
|
||||
**/
|
||||
applycoda,
|
||||
|
||||
/** sentinel, counts number of opcodes **/
|
||||
N,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue