The GC and performance, but not what you expect

via Digitalmars-d digitalmars-d at puremagic.com
Fri May 30 09:02:29 PDT 2014


This is also one of many good reasons to not make allocators 
library based, but do it in the compiler and backend. That also 
allows you do allocate multiple objects in a single CAS. (i.e. 
the compiler collects multiple allocs calls and replace it with 
one)



More information about the Digitalmars-d mailing list