Comment by UncleEntity
3 years ago
> Every memory access is already a conditional branch, and it doesn't cause problems.
Is that how it actually works or is it the kernel/hardware not letting you dereference 0?
3 years ago
> Every memory access is already a conditional branch, and it doesn't cause problems.
Is that how it actually works or is it the kernel/hardware not letting you dereference 0?
I mean every memory access can cause an exception and handling an exception is a kind of branch.