About GC: The Future of Rust : GC integration
deadalnix via Digitalmars-d
digitalmars-d at puremagic.com
Tue Jun 7 20:27:01 PDT 2016
On Wednesday, 8 June 2016 at 03:19:18 UTC, Jack Stouffer wrote:
> The Phobos developers made the decision to use the GC in order
> to be @safe rather than fast.
Really, if performance matter to you, you'd better not have
exception in the critical path to boot. I'm more and more
convinced that even RC system should not try to decrement and
leak (ie delegate to the GC) when unwinding.
More information about the Digitalmars-d
mailing list