[Pharo-dev] [Vm-dev] Re: Random forest in Pharo

KenD Ken.Dickey at Whidbey.com
Mon Oct 19 19:04:57 UTC 2015


On Mon, 19 Oct 2015 07:10:31 -0700
Eliot Miranda <eliot.miranda at gmail.com> wrote:

> - an incremental global mark-sweep GC for Spur

One experiment with multi-cores might be interesting -- concurrent GC.

The attached paper indicates an interesting strategy which worked OK for SML in terms of short pause times.  Multiple cores could really reduce the total run (gc+mutate) time.

The basic strategy seems simple enough that it would not be tons of work to try out. 

Not that I have much time either..  8^(

Cheers,
KenD <Ken.Dickey at Whidbey.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: concurrent_gc.pdf
Type: application/pdf
Size: 256871 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20151019/02fb4e5a/concurrent_gc-0001.pdf


More information about the Vm-dev mailing list