Sze
3
Language Reference: unreachable:
In ReleaseFast and ReleaseSmall mode, the optimizer uses the assumption that unreachable
code will never be hit to perform optimizations.
How can it be used for optimizations if you rely on it causing a crash, do you mean, do what ever it wants?
I thought we had come to a consensus that this is a misuse, unless the error is actually impossible. In this doc (error discarding misuse):
1 Like