From: Ian P. <ian...@in...> - 2004-04-08 12:37:34
|
On 08 Apr 2004, at 11:46, Andreas Raab wrote: > Yup, that's pretty much what I had in mind, e.g., > > * when we go into a primitive we set a disableGC flag The last two (maybe three) attempts at jitter did precisely this (the flag was called by exactly that name). It was less important for the primitives than it was for internal mechanisms (such as flushing a volatile context into the heap during return, which is a real pain if you have to keep every single pointer remappable over every context allocation when flushing). Cheers, Ian |