MCPcopy Create free account
hub / github.com/aiscriptdev/aiscript / pop_combine.rs

File pop_combine.rs

aiscript-vm/src/compiler/optimizer/pop_combine.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use crate::{OpCode, chunk::Chunk};
2use std::collections::HashMap;
3
4use super::OptimizationStrategy;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected