Generic memory allocation in D

Hipreme msnmancini at hotmail.com
Mon Mar 4 10:31:01 UTC 2024


On Monday, 4 March 2024 at 07:35:52 UTC, Walter Bright wrote:
> https://github.com/dlang/dmd/pull/16291
>
> I had talked about this in the last DConf. Here's another 
> example of how memory allocation can be user-controlled rather 
> than selected by the algorithm. I've been turning to this more 
> and more with DMD and the results are good.

Good refactor, this also may open a big door to easier 
optimizations as you get better isolation. Beyond that, I think 
it may be first step towards having parallelizable compiler


More information about the Digitalmars-d mailing list