On Mon, Feb 11, 2013 at 2:07 PM, <[email protected]> wrote: > DBC > > What happens if I try to iterate spaces while the isolate is being > destroyed? > > (e.g. from another thread without holding an Isolate lock?) >
Probably chaos, but this would be the same chaos as before. :) I think the whole notion of Islolate::Enter/Exit is flawed: When the Isolate is explicit in the API, all that should be needed is Locker. But even then I think that an embedder has to ensure somehow that a currently locked Isolate is not being destroyed. -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
