Hacker News new | ask | show | jobs
by signa11 4519 days ago
> In this particular case, the compiler recognizes that if the pointer is NULL, undefined behavior has already been invoked and it can therefore eliminate the check.

ah, makes sense thank you !