Y
Hacker News
new
|
ask
|
show
|
jobs
by
leosarev
1861 days ago
If p is statically null, it should emit compile time error. If not, it should emit machine instruction to deference p.
1 comments
tom_mellior
1860 days ago
In all of the examples above it
will
emit a machine instruction to dereference p. What your grandparent is complaining about is that it will later remove an "if (!p)" test.
link