xo-interpreter2 stack: + stringtable() in RuntimeContext api

This commit is contained in:
Roland Conybeare 2026-03-16 01:27:25 -05:00
commit edd6c50e10
22 changed files with 99 additions and 9 deletions

View file

@ -27,6 +27,7 @@ namespace xo {
using size_type = StringMap::size_type;
public:
/** hint_max_capacity in bytes = capacity for strings **/
StringTable(size_type hint_max_capacity,
bool debug_flag = false);