new should lower to a template function call
Andrei Alexandrescu
SeeWebsiteForEmail at erdani.org
Thu Jul 23 00:47:21 UTC 2020
Was thinking about this, see https://issues.dlang.org/show_bug.cgi?id=21065.
One problem I noticed with the current instrumentation of allocations is
that it is extremely slow. https://github.com/dlang/dmd/pull/11381 takes
care of that trivially and quickly because it takes advantage of
defining one static variable per instantiation.
More information about the Digitalmars-d
mailing list