I7XH6FSRMAZ2ZAZI32ALQWL4RZUZFCAXLIK6OJCJ4P7TJFAZUG2QC /// Meant for top-level stack manipulation and data-handling for VM#[derive(Debug, Collect)]#[collect(no_drop)]pub struct VmMemory<'gc> {stack: Vec<Gc<'gc, Primitive<'gc>>>,srl_registers: [Option<Gc<'gc, ListCons<'gc>>>; 255],}// TODO Create constant table (can impl Collect using require_static, as it's only meant)// for statically determinable data// TODO Create "stack frame" struct