new should lower to a template function call

jmh530 john.michael.hall at gmail.com
Thu Jul 23 13:34:36 UTC 2020


On Thursday, 23 July 2020 at 00:47:21 UTC, Andrei Alexandrescu 
wrote:
> 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.

How does this fit in with plans for std.experimental.allocator? 
What are the current plans for std.experimental.allocator?


More information about the Digitalmars-d mailing list