Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amanieu/regalloc3
/ Hints
Class
Hints
src/internal/hints.rs:70–73 ·
view source on GitHub ↗
Fixed register hints.
Source
from the content-addressed store, hash-verified
68
69
/// Fixed register hints.
70
pub struct Hints {
71
hints: Vec<Hint>,
72
has_hint: EntitySet<Value>,
73
}
74
75
impl Hints {
76
pub fn new() -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected