[article] Language Design Deal Breakers

Walter Bright newshound2 at digitalmars.com
Tue May 28 01:02:47 PDT 2013


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!


More information about the Digitalmars-d mailing list