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 areimmutable, so they are aI 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...