Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
use crate::{OpCode, chunk::Chunk};
2
use std::collections::HashMap;
3
4
use super::OptimizationStrategy;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected