dmd codegen improvements

via Digitalmars-d digitalmars-d at puremagic.com
Tue Aug 18 15:05:47 PDT 2015


On Tuesday, 18 August 2015 at 21:48:13 UTC, rsw0x wrote:
> D's current GC could see improvements, but it will never ever 
> catch up to the GC of any other major language without changes 
> to the language itself.

There's been lots and lots and lots of forum discussions in the 
past few years of how the language can be changed to support 
better GC latency, but… Walter does not want to carry ownership 
information in pointer types. Which I don't think is all that 
consistent given const and shared, but there you go.

So the most likely path to success is to minimize the role of the 
GC and leave it as a "prototyping tool".


More information about the Digitalmars-d mailing list