(no title)
fluffything | 5 years ago
Rust lifetime analysis is a function-local pass. It never needs to access any state outside the function. It can be done on all functions in parallel, etc.
You could do Rust alias analysis with 33 MHZ.
fluffything | 5 years ago
Rust lifetime analysis is a function-local pass. It never needs to access any state outside the function. It can be done on all functions in parallel, etc.
You could do Rust alias analysis with 33 MHZ.
No comments yet.