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.