Re: Comments on KAFFE GC

2000-02-29 Thread Ivan Canales Cañas


Sergio Ruocco wrote:

> Ivan Canales Cañas wrote:
>
> > > We're a pair of students at UPC (Univeristat Politècnica de Catalunya)
> > > that are working in garbage collection. Our goal is to improve a pair of
> > > gc's  algorithms on kaffe.
>
> Nice. Please, let me/us know if you move towards "real-time" GC issues.
>
> > > By now, we're concentring our minds in the study of the actual gc. Do
> > > anyone have any documentation (notes, references, ..., o something like
>
> You can start from here:
>
> http://www.cs.ukc.ac.uk/people/staff/rej/gc.html
>
> ...and be sure to read:
>
> ftp://ftp.cs.utexas.edu/pub/garbage/bigsurv.ps
>
> Regards,
>
> Sergio
> --
> __
> Dr. Sergio Ruocco  MsCS  mailto:[EMAIL PROTECTED]
> Università Statale di Milano-Bicocca  http://www.disco.unimib.it
> DISCo - Software Architecture Lab.http://www.sal.disco.unimib.it
> phone: ++39 02 6448 7851  cell: ++39 0347 2519828

Hello people,

thanks Sergio for the bisurg.ps file.
Really we are not decided in what schema we'll work, the idea is to
implement one algorithm base in age an other based in time-quotted or
'real-time', and that will be there the user who choose one or the other.

The age based has been decided, but the time-quotted based not,
Are there anybody that know an algorithm like reference counting whith
more or less execution cost and that it not has the cicle problem?

Thanks in advise

Ivan Canales.
Marc Huguet.



Comments on KAFFE GC

2000-02-23 Thread Ivan Canales Cañas


> Hello people,
>

> We're a pair of students at UPC (Univeristat Politècnica de Catalunya)
> that are working in garbage collection. Our goal is to improve a pair of
> gc's  algorithms on kaffe.

> By now, we're concentring our minds in the study of the actual gc. Do
> anyone have any documentation (notes, references, ..., o something like
> that) that we can use to raise our knowledgement?
>
> Thanks in advise,

> Ivan Canales
> Marc Huguet
>