GC experiments. Writing my own GC.
Adam Sakareassen via Digitalmars-d
digitalmars-d at puremagic.com
Tue May 13 01:25:13 PDT 2014
Thank-you.
Once I am happy with result I will certainly share. The internal
structures of the GC have been redesigned so I can't simply patch the
existing file. Once it is fully operational I will make it available
for testing.
The good performance numbers are for a very specific test case, so it
would be nice to have some more generalised testing once we get there.
I would welcome the work being included in DMD if others thought it
suited the generalised case.
On 13/05/2014 5:52 PM, Andrei Alexandrescu via Digitalmars-d wrote:
> On 5/12/14, 9:42 PM, Adam Sakareassen via Digitalmars-d wrote:
>> Hi all,
>>
>> As a learning exercise I've just been doing some experimenting with
>> rewriting the garbage collection code, and thought I might share some of
>> the initial results. I only program as a hobby these days, and I'm
>> certainly no expert, but I thought some people might find it interesting.
> [snip]
>
> This all is _very_ encouraging, please do share. Better yet, please
> contribute patches (one bite-size at a time) to dmd!! -- Andrei
>
>
More information about the Digitalmars-d
mailing list