Re: GC/DOD API

2004-08-29 Thread Leopold Toetsch
Dan Sugalski <[EMAIL PROTECTED]> wrote: [ a slightly modified version of this proposal made it into CVS in the meantime ] > At 10:54 AM +0200 8/24/04, Leopold Toetsch wrote: >> >> DOD_WRITE_BARRIER(interp, aggregate, old_item, new_item) >> >>For hash keys we might need either two such calls (

Re: GC/DOD API

2004-08-26 Thread Dan Sugalski
At 5:24 PM +0200 8/26/04, Leopold Toetsch wrote: Dan Sugalski <[EMAIL PROTECTED]> wrote: [ a slightly modified version of this proposal made it into CVS in the meantime ] At 10:54 AM +0200 8/24/04, Leopold Toetsch wrote: DOD_WRITE_BARRIER(interp, aggregate, old_item, new_item) For hash keys w

Re: GC/DOD API

2004-08-26 Thread Dan Sugalski
At 10:54 AM +0200 8/24/04, Leopold Toetsch wrote: Dan Sugalski <[EMAIL PROTECTED]> wrote: So, being clear here (I hope, though recent history suggests otherwise) what I want is the API that the GC/DOD system presents to the rest of the engine. This includes the functions you call to trigger a D

Re: GC/DOD API

2004-08-24 Thread Leopold Toetsch
Dan Sugalski <[EMAIL PROTECTED]> wrote: > So, being clear here (I hope, though recent history suggests > otherwise) what I want is the API that the GC/DOD system presents to > the rest of the engine. This includes the functions you call to > trigger a DOD or GC sweep, any functions or macros that

Re: GC/DOD API

2004-08-23 Thread Dan Sugalski
At 10:35 PM +0200 8/20/04, Leopold Toetsch wrote: Dan Sugalski wrote: As part of the DOD/GC rework, we need to have a clean, well-documented API for the garbage collector. Things were clean, though not documented, for the original DOD and things have gotten significantly messier since. First is

Re: GC/DOD API

2004-08-20 Thread Leopold Toetsch
Dan Sugalski wrote: As part of the DOD/GC rework, we need to have a clean, well-documented API for the garbage collector. Things were clean, though not documented, for the original DOD and things have gotten significantly messier since. First is of course one of the goals of these changes. Second