Dan Sugalski <[EMAIL PROTECTED]> wrote:
> At 10:06 AM +0100 12/23/03, Leopold Toetsch wrote:
>>While its not too complicated to get from an PObj* to the arena its time
>>consuming (more or less, depending on ARENA_DOD_FLAGS), it seems simpler
>>to have an interpreter back-pointer in the (shared) PMC.

> Yep, you're right. Let's make it happen. We can use the synchronize
> pointer and hang a struct off of it with the owning interpreter and
> the PMC mutex, along with other things we need as we come across them.

Done. Including {UN,}LOCK_INTERPRETER(interp) macros to serialize
accessing different interpreters.

leo

Reply via email to