Hacker News new | ask | show | jobs
by pcwalton 3273 days ago
Aliasing info is hugely important in optimization. In fact, it's needed to solve this very bug.

Aliasing info is, fundamentally, what allows Rust to have memory safety without GC.