You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[spec/function] Specify null dereference behavior for @safe code
Forbid optimizations which assume a null dereference will not occur. `ldc2`
does use those optimizations with `-O2` - see:
https://forum.dlang.org/post/vv6o31$ac9$1@digitalmars.com.
Specify that codegen must detect null dereferences if the system (by
default) does not.
Specify that codegen must detect when any expression causes a null
pointer to be indexed outside the protected first page. Include warning
that dmd does not implement this yet - see
dlang/dmd#17776.
0 commit comments