Hacker News new | ask | show | jobs
by userbinator 3888 days ago
Null pointer dereferences are handled via OS signals to avoid unecessary branches

Exceptions like page faults are very slow in modern CPUs in comparison to branches. Branch prediction works really well.