LDC 0.12.0 has been released

David Nadlinger code at klickverbot.at
Sun Oct 27 09:01:25 PDT 2013


On Wednesday, 23 October 2013 at 18:40:33 UTC, bearophile wrote:
> Now ldc doesn't show the call to __d_allocmemory, is this 
> expected?

With this patch, the optimizer at least catches the unnecessary 
heap allocation and removes it: 
https://github.com/ldc-developers/ldc/pull/532

Of course, we shouldn't emit the allocation in the first place.

David


More information about the digitalmars-d-ldc mailing list