Escaping the Tyranny of the GC: std.rcstring, first blood
Kagamin via Digitalmars-d
digitalmars-d at puremagic.com
Sun Sep 21 12:27:57 PDT 2014
On Sunday, 21 September 2014 at 09:06:57 UTC, Ola Fosheim Grostad
wrote:
> That will have to change if Go is a target. To get full load
> you need to let fibers move freely between threads I think. Go
> also check fiber stack size... But maybe Go should not be
> considered a target.
Only isolated cluster can safely migrate between threads. D has
no means to check isolation, you should check it manually, and in
addition check if the logic doesn't depend on tls.
More information about the Digitalmars-d
mailing list