On 17 mar 2012, at 17:48, Andrei Alexandrescu wrote: > On 3/17/12 5:37 AM, Leandro Lucarella wrote: >> Well, you know that avoiding the GC in D is not particularly easy, as >> there are so many hidden allocations... > > I wonder how we can improve on this. It's becoming quite clear that the GC is > a concern of many potential D users.
To start with: a switch which makes it can error to use any feature the relies on the GC. -- /Jacob Carlborg _______________________________________________ dmd-internals mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/dmd-internals
