Nicholas Clark <[EMAIL PROTECTED]> wrote: > On Wed, Dec 08, 2004 at 04:04:31PM -0500, Matt Fowles wrote:
>> We are (for the moment) assuming that "shift array" somehow causes a >> full continuations to be taken and then invoked it in a subsequent >> call. Then this code would infinite loop; however, so would this code > Is shift a vtable method? Yep. > ... IIRC Dan said that we're not going to be able > to take continuations that cross PMC vtable invocation. Yes. Coincidently I went through Dan's blog yesterday and found a sentence that it isn't allowed to escape from overloaded vtable/MMD methods. Makes a lot of sense. I've no clue how we can enforce that, though. > Nicholas Clark leo