Memory safe in D
Walter Bright
newshound2 at digitalmars.com
Sat Mar 30 02:47:32 UTC 2024
On 3/19/2024 1:44 AM, Alex wrote:
> On Monday, 18 March 2024 at 22:27:28 UTC, Walter Bright wrote:
>> It's a hardware exception, same as the null reference exception.
>
> Yes, but language runtime can catch it via operating system mechanism and
> re-throw as language exception which can be handled inside code.
Null seg faults can be dealt with that way, too.
More information about the Digitalmars-d
mailing list