Re: how to find gc roots in stack machine?

George Neuner <gneuner2@comcast.net>
Thu, 04 Jul 2013 11:57:46 -0400

          From comp.compilers

Related articles
how to find gc roots in stack machine? n.oje.bar@gmail.com (2013-07-01)
Re: how to find gc roots in stack machine? nmh@t3x.org (Nils M Holm) (2013-07-01)
Re: how to find gc roots in stack machine? anton@mips.complang.tuwien.ac.at (2013-07-01)
Re: how to find gc roots in stack machine? gneuner2@comcast.net (George Neuner) (2013-07-03)
Re: how to find gc roots in stack machine? gneuner2@comcast.net (George Neuner) (2013-07-04)
| List of all articles for this month |

From: George Neuner <gneuner2@comcast.net>
Newsgroups: comp.compilers
Date: Thu, 04 Jul 2013 11:57:46 -0400
Organization: A noiseless patient Spider
References: 13-07-003
Keywords: GC, books
Posted-Date: 04 Jul 2013 17:02:52 EDT

On Mon, 1 Jul 2013 17:33:33 +0200, "Nils M Holm" <nmh@t3x.org> wrote:


>The book "Garbage Collection" by Jones & Lins is still a valuable
>resource on that topic.


Richard Jones has two GC books now.


The first, with Rafael Lins is an excellent source for learning GC
theory and the basic algorithms.
http://net.gurus.org/bk/a/0471941484


The second book with Antony Hosking and Eliot Moss is a compendium of
GC state of art. It is focused on modern concurrent and parallel
implementation and is relatively light on theory.
http://net.gurus.org/bk/a/1420082795


George


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.