GCs are complicated beasts: .NET Core, 35000 lines
Andrei Alexandrescu via Digitalmars-d
digitalmars-d at puremagic.com
Fri Feb 6 08:26:51 PST 2015
On 2/6/15 8:25 AM, Andrei Alexandrescu wrote:
> On 2/6/15 8:14 AM, Paolo Invernizzi wrote:
>> On Friday, 6 February 2015 at 16:05:47 UTC, Andrei Alexandrescu wrote:
>>> On 2/6/15 1:38 AM, Muahmmad Adel wrote:
>>>> On a previous reddit thread, Andrei Alexandrescu said that he will be
>>>> rewriting the GC based on the core allocator. However there were no
>>>> more
>>>> details about this anticipated garbage collector features.
>>>
>>> Rainer Schütze and Martin Nowak are working on significant
>>> improvements of D's GC, most of which will be released with 2.067. --
>>> Andrei
>>
>> Sorry for the silly question: is there a PR, or is some work already
>> merged in head?
>
> A bunch. Just run this query:
> https://github.com/pulls?q=is%3Apr+user%3AD-Programming-Language+author%3AMartinNowak+is%3Aclosed
> -- Andrei
Apparently choosing two authors doesn't work, here are Rainer's commits:
https://github.com/pulls?q=is%3Apr+user%3AD-Programming-Language+author%3Arainers+is%3Aclosed
-- Andrei
More information about the Digitalmars-d
mailing list