Re: Best Ref-counting algorithms?

=?ISO-8859-1?Q?Christoffer_Lern=F6?= <lerno@dragonascendant.com>
Mon, 13 Jul 2009 06:42:10 -0700 (PDT)

          From comp.compilers

Related articles
Best Ref-counting algorithms? lerno@dragonascendant.com (=?ISO-8859-1?Q?Christoffer_Lern=F6?=) (2009-07-12)
Re: Best Ref-counting algorithms? haberg_20080406@math.su.se (Hans Aberg) (2009-07-13)
Re: Best Ref-counting algorithms? lerno@dragonascendant.com (=?ISO-8859-1?Q?Christoffer_Lern=F6?=) (2009-07-13)
Re: Best Ref-counting algorithms? cr88192@hotmail.com (BGB / cr88192) (2009-07-13)
Re: Best Ref-counting algorithms? torbenm@pc-003.diku.dk (2009-07-14)
Re: Best Ref-counting algorithms? lerno@dragonascendant.com (=?ISO-8859-1?Q?Christoffer_Lern=F6?=) (2009-07-14)
Re: Best Ref-counting algorithms? haberg_20080406@math.su.se (Hans Aberg) (2009-07-14)
Re: Best Ref-counting algorithms? georgeps@xmission.com (GPS) (2009-07-14)
Re: Best Ref-counting algorithms? gneuner2@comcast.net (George Neuner) (2009-07-14)
[31 later articles]
| List of all articles for this month |

From: =?ISO-8859-1?Q?Christoffer_Lern=F6?= <lerno@dragonascendant.com>
Newsgroups: comp.compilers
Date: Mon, 13 Jul 2009 06:42:10 -0700 (PDT)
Organization: Compilers Central
References: 09-07-018 09-07-023
Keywords: GC
Posted-Date: 14 Jul 2009 09:36:18 EDT

On Jul 13, 1:16 pm, Hans Aberg <haberg_20080...@math.su.se> wrote:
> It depends on what resources you want to collect, and what
> implementation language you are choosing.


I'm playing around with a ref-counting based (memory) GC for a
language I have yet to construct. I'm obviously interested in making
such a GC as fast an efficient as possible. It might be acceptable
that it can't be run concurrently in a separate thread, so if there is
a particularly fast solution for that scenario it would be interesting
as well (even though typically you'd want it threadsafe for use in a
language)


/Christoffer



Post a followup to this message

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