Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ cost
Method
cost
cranelift/codegen/src/egraph/cost.rs:62–64 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
60
}
61
62
fn cost(&self) -> u32 {
63
self.0
64
}
65
66
/// Return the cost of an opcode.
67
fn of_opcode(op: Opcode) -> Cost {
Callers
3
fmt
Method · 0.45
of_pure_op
Method · 0.45
add
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected