A collection of DIPs
rsw0x via Digitalmars-d
digitalmars-d at puremagic.com
Mon Sep 7 08:04:04 PDT 2015
On Monday, 7 September 2015 at 14:52:21 UTC, Ola Fosheim Grøstad
wrote:
> On Monday, 7 September 2015 at 14:44:05 UTC, nx wrote:
>> https://github.com/NightmareX1337/DX
>>
>> Don't kill me, I'm just trying to help...
>
> Thanks for taking the time to write up your ideas. There has
> been much discussion on the GC in the past and I agree that a
> GC-tracking mechanism that can enable precise scanning is
> needed, but to get that level of speed you need some of the
> mechanisms in Rust.
precise GC scanning could be enabled easily if the allocation
calls were templates instead of raw C function. RTInfo is just a
hack(IMO,) and pretty much ignoring one of the areas D excels in.
More information about the Digitalmars-d
mailing list