sorry for the late reply. Yes, it will be possible to track the isolate to use in TLS yourself. Isolate::Scope will probably be a no-op since you'll have to pass the isolate everywhere anyways. Lockers will probably just be a wrapper around a regular mutex.
On Fri, Mar 18, 2016 at 1:49 PM Bart van Heukelom <[email protected]> wrote: > Is TLS being phased out to access multiple Isolates in a single thread? > Does that mean Isolate::Scope will be deprecated as well? > If I'm using just one Isolate (globally or per thread), will it remain > safe to store it in my own TLS? > > -- > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > --- > You received this message because you are subscribed to the Google Groups > "v8-users" 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/d/optout. > -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" 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/d/optout.
