Hacker News new | ask | show | jobs
by lmm 3417 days ago
> Compilers delete null pointer checks by default (on typical platforms) because it's what most users want.

It's what users think they want (it leads to e.g. higher numbers on meaningless microbenchmarks).