Safety, undefined behavior, @safe, @trusted

Walter Bright newshound1 at digitalmars.com
Thu Nov 5 14:11:38 PST 2009


dsimcha wrote:
> Ok, I understand the basic principle of a reap, but if it's going to convert to a
> heap when you try to delete something, why not just improve the standard GC heap,
> i.e. by making per-thread heaps?

The problem with per-thread heaps is immutable data can be passed 
between threads.



More information about the Digitalmars-d mailing list