A proper language comparison...

Walter Bright newshound2 at digitalmars.com
Thu Jul 25 16:47:00 PDT 2013


On 7/25/2013 1:28 PM, bearophile wrote:
> there is no significant stack overflow protection,

It's done by the hardware (putting a "no-access" page at the end of the stack). 
There's nothing unsafe about it.


> no variable-sized stack-allocated arrays that help a bit
> created bounded collections,

I don't see how that is a safety issue.



More information about the Digitalmars-d mailing list