Mac Apps That Use Garbage Collection Must Move to ARC

deadalnix via Digitalmars-d digitalmars-d at puremagic.com
Tue Feb 24 16:12:26 PST 2015


On Tuesday, 24 February 2015 at 23:49:21 UTC, Walter Bright wrote:
> On 2/24/2015 11:07 AM, deadalnix wrote:
>> The page fault strategy is used by ML family language's GC and 
>> they get really
>> good performance out of it. That being said, in ML like 
>> language most things are
>> immutable, so they are a
>
> I wrote a gc for Java that used the page fault strategy. It was 
> slower and so I went with another strategy.

That is fairly obvious. Java is not exactly putting emphasis on 
immutability...


More information about the Digitalmars-d mailing list