On 5/28/2013 12:06 AM, Don wrote:
On Sunday, 26 May 2013 at 18:43:30 UTC, Walter Bright wrote:
Fibers should be implemented by mapping a 4K page with no access rights at the
end of each stack.

We do that in our code. Fibers are virtually unusable without it, it is
incredibly easy to get a stack overflow, and they are horrible to debug.

Dang, that needs to get folded into D2!

Reply via email to