xo-interpreter2: skrepl: sanitize enabled for VSM gc

This commit is contained in:
Roland Conybeare 2026-03-26 15:06:01 -04:00
commit e69a55dc6b

View file

@ -88,7 +88,7 @@ namespace xo {
AppConfig(const ReplConfig & repl_cfg = ReplConfig(),
const ArenaConfig & app_arena_cfg = ArenaConfig().with_name("skreplxx").with_size(32 * 1024),
const VsmConfig & vsm_cfg = VsmConfig().with_x1_debug_flag(true))
const VsmConfig & vsm_cfg = VsmConfig().with_x1_config(VsmConfig::std_x1_config().with_debug_flag(true).with_sanitize_flag(true)))
: repl_config_{repl_cfg}, app_arena_config_{app_arena_cfg}, vsm_config_{vsm_cfg}
{
//rdr_config_.reader_debug_flag_ = true;