Go's march to low-latency GC

ikod via Digitalmars-d digitalmars-d at puremagic.com
Sat Jul 9 10:10:20 PDT 2016


On Saturday, 9 July 2016 at 13:48:41 UTC, Dicebot wrote:
> On 07/09/2016 02:48 AM, ikod wrote:
>> If I made a wrong guess and
>> ask for too small stack then programm may crash. If I ask for 
>> too large
>> stack then I probably waste resources.
>
> Nope, this is exactly the point. You can demand crazy 10 MB of 
> stack for each fiber and only the actually used part will be 
> allocated by kernel.

Thanks, nice to know.


More information about the Digitalmars-d mailing list