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
|
|
@ -59,9 +59,9 @@ namespace xo {
|
|||
FacetRegistry::register_impl<AGCObject, DPrimitive_gco_2_gco_gco>();
|
||||
FacetRegistry::register_impl<APrintable, DPrimitive_gco_2_gco_gco>();
|
||||
|
||||
FacetRegistry::register_impl<AProcedure, DClosure>();
|
||||
FacetRegistry::register_impl<AGCObject, DClosure>();
|
||||
FacetRegistry::register_impl<APrintable, DClosure>();
|
||||
// FacetRegistry::register_impl<AProcedure, DClosure>();
|
||||
// FacetRegistry::register_impl<AGCObject, DClosure>();
|
||||
// FacetRegistry::register_impl<APrintable, DClosure>();
|
||||
|
||||
// RuntimeContext
|
||||
// \- VsmRcx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue