Re: Best Ref-counting algorithms?

Hans Aberg <haberg_20080406@math.su.se>
Fri, 17 Jul 2009 13:09:40 +0200

          From comp.compilers

Related articles
[16 earlier articles]
Re: Best Ref-counting algorithms? cr88192@hotmail.com (BGB / cr88192) (2009-07-15)
Re: Best Ref-counting algorithms? gene.ressler@gmail.com (Gene) (2009-07-15)
Re: Best Ref-counting algorithms? torbenm@pc-003.diku.dk (2009-07-16)
Re: Best Ref-counting algorithms? bartc@freeuk.com (BartC) (2009-07-16)
Re: Best Ref-counting algorithms? gneuner2@comcast.net (George Neuner) (2009-07-16)
Re: Best Ref-counting algorithms? haberg_20080406@math.su.se (Hans Aberg) (2009-07-17)
Re: Best Ref-counting algorithms? haberg_20080406@math.su.se (Hans Aberg) (2009-07-17)
Re: Best Ref-counting algorithms? cppljevans@gmail.com (Larry) (2009-07-17)
Re: Best Ref-counting algorithms? lerno@dragonascendant.com (=?ISO-8859-1?Q?Christoffer_Lern=F6?=) (2009-07-17)
Re: Best Ref-counting algorithms? gah@ugcs.caltech.edu (glen herrmannsfeldt) (2009-07-17)
Re: Best Ref-counting algorithms? gneuner2@comcast.net (George Neuner) (2009-07-17)
Re: Best Ref-counting algorithms? gneuner2@comcast.net (George Neuner) (2009-07-17)
Re: Best Ref-counting algorithms? DrDiettrich1@aol.com (Hans-Peter Diettrich) (2009-07-18)
[11 later articles]
| List of all articles for this month |

From: Hans Aberg <haberg_20080406@math.su.se>
Newsgroups: comp.compilers
Date: Fri, 17 Jul 2009 13:09:40 +0200
Organization: Aioe.org NNTP Server
References: 09-07-018 09-07-032 09-07-038 09-07-040
Keywords: GC, comment
Posted-Date: 17 Jul 2009 14:47:00 EDT

Hans-Peter Diettrich wrote:
> GPS schrieb:


>> If a GC results in page transfers to/from the disk, then it will drastically
>> slow down the program, and system.


> Good point!


I felt so to.


Does this not suggest that at least a tracing GC should be moved into
the OS? It should have some way to mark allocated swapped out memory
unused without swapping back in.


      Hans
[Seems to me that it would be easy enough to provide system calls that allow
adequate control from user mode. VM/3370 had a user interface to the pager in
about 1970 to let an OS running in a virtual machine avoid double paging.
-John]


Post a followup to this message

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