ResultBox migration (stage 0): suppress legacy deprecation warnings in box_trait impls; keep dual handling in VM. Fix verifier Display for SuspiciousBarrierContext. Expose VM stats fields to vm_stats module. CLI core_ci guide and script in place.
This commit is contained in:
@ -203,9 +203,9 @@ pub struct VM {
|
||||
/// Active MIR module during execution (for function calls)
|
||||
module: Option<MirModule>,
|
||||
/// Instruction execution counters (by MIR opcode)
|
||||
instr_counter: std::collections::HashMap<&'static str, usize>,
|
||||
pub(super) instr_counter: std::collections::HashMap<&'static str, usize>,
|
||||
/// Execution start time for optional stats
|
||||
exec_start: Option<Instant>,
|
||||
pub(super) exec_start: Option<Instant>,
|
||||
// Phase 9.78a: Add unified Box handling components
|
||||
// TODO: Re-enable when interpreter refactoring is complete
|
||||
// /// Box registry for creating all Box types
|
||||
|
||||
Reference in New Issue
Block a user