[OT] OT: Null checks.

Timon Gehr timon.gehr at gmx.ch
Wed May 7 01:52:38 UTC 2025


On 5/7/25 02:04, Walter Bright wrote:
> 
> Having the program stop when it enters an invalid state is a good thing, 
> not a bad thing.

It seems you have been the one who wants `-release` to be used. While 
that will cause invalid instruction errors sometimes, it will also 
disable other checks that would detect an invalid state. This goes as 
far as disabling bounds checks so memory can get corrupted without the 
program stopping. x)


More information about the Digitalmars-d mailing list