Y
Hacker News
new
|
ask
|
show
|
jobs
by
adrianN
221 days ago
Compilers regularly delete null pointer checks when they can see that the pointer is dereferenced.
1 comments
Smaug123
221 days ago
(GCC controls this with `-fno-delete-null-pointer-checks`
https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#ind...
)
link