On Phobos GC hunt

Peter Alexander via Digitalmars-d digitalmars-d at puremagic.com
Tue Oct 7 14:59:05 PDT 2014


On Tuesday, 7 October 2014 at 20:13:32 UTC, Jacob Carlborg wrote:
> I didn't look at any source code to see what "new" is actually 
> allocating, for example.

I did some random sampling, and it's 90% exceptions, with the 
occasional array allocation.

I noticed that a lot of the ~ and ~= complaints are in code that 
only ever runs at compile time (generating strings for mixin). I 
wonder if there's any way we can silence these false positives.


More information about the Digitalmars-d mailing list