Hi Ken,

    I have this very paper on my desk, printed out from (alas, much) earlier in the year.  Anyone who has energy to address this would be very very welcome.  Writing a concurrent incremental mark-sweep that handles ephemeron is the task.  Making it function both in small bursts, e.g. after scavenging, and in its own thread is I think important; a non-threaded solution can be extremely efficient in certain contexts.

On Mon, Oct 19, 2015 at 12:04 PM, KenD <Ken.Dickey@whidbey.com> wrote:
On Mon, 19 Oct 2015 07:10:31 -0700
Eliot Miranda <eliot.miranda@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@Whidbey.com>



--
_,,,^..^,,,_
best, Eliot