Hacker News new | ask | show | jobs
by twoodfin 122 days ago
Aliasing being the classic example. If code generation for every pointer dereference has to assume that it’s potentially aliasing any other value in scope, things get slow in a hurry.