xo-interpreter2: tiny: streamline vsm setup

This commit is contained in:
Roland Conybeare 2026-03-26 15:05:06 -04:00
commit 9b2e27a635

View file

@ -58,7 +58,7 @@ namespace xo {
/** Configuration for allocator/collector.
* TODO: may want to make CollectorConfig polymorphic
**/
X1CollectorConfig x1_config_ = X1CollectorConfig().with_name("gc").with_size(4*1024*1024);
X1CollectorConfig x1_config_ = std_x1_config();
/** Configuration for handful of non-moveable high-level objects
* e.g. DArenaHashMap in global symtab
**/