From 9b2e27a635e6849b805d4a80c95cfa40aee59905 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Thu, 26 Mar 2026 15:05:06 -0400 Subject: [PATCH] xo-interpreter2: tiny: streamline vsm setup --- include/xo/interpreter2/VsmConfig.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xo/interpreter2/VsmConfig.hpp b/include/xo/interpreter2/VsmConfig.hpp index 21d25234..ff211609 100644 --- a/include/xo/interpreter2/VsmConfig.hpp +++ b/include/xo/interpreter2/VsmConfig.hpp @@ -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 **/