xo-interpreter2 stack: use RuntimeContext to streamline setup

This commit is contained in:
Roland Conybeare 2026-03-16 14:09:03 -05:00
commit ad1260bd54
2 changed files with 12 additions and 5 deletions

View file

@ -11,8 +11,9 @@
namespace xo {
namespace scm {
/** Register primitive-factories **/
bool interpreter2_register_primitives(obj<xo::mm::AAllocator> gc,
StringTable * stbl,
bool interpreter2_register_primitives(obj<ARuntimeContext> rcx,
//xo::mm::AAllocator> gc,
//StringTable * stbl,
InstallSink sink,
InstallFlags flags);
}