« Return to Thread: Erlang Garbage Collection

Re: Erlang Garbage Collection

by Richard Carlsson-2 :: Rate this Message:

Reply to Author | View in Thread

Mark Mzyk wrote:
> Hey Everyone,
>
> I've recently finished reading several articles on garbage collection
> in general and a bit on garbage collection in Java.  I was curious if
> any one knows how Erlang garbage collection works, or where I could
> potentially find out?  I'm especially curious if Erlang, with it's
> focus on concurrency, has an special garbage collection issues it has
> to deal with.

You'll find several papers on the HiPE site that go into details
about the garbage collection in Erlang (it's not always obvious
from the titles, though).

http://www.it.uu.se/research/group/hipe/publications.shtml

     /Richard
_______________________________________________
erlang-questions mailing list
erlang-questions@...
http://www.erlang.org/mailman/listinfo/erlang-questions

 « Return to Thread: Erlang Garbage Collection