On Thu, Sep 19, 2013 at 6:07 PM, Luke <l...@webconnex.com> wrote:

> On Wednesday, September 18, 2013 11:16:18 PM UTC-7, Sven Panne wrote:
>
>> Just a quick drive-by warning: Try to avoid Isolate::GetCurrent(), we
>> work hard on removing the whole notion of "current Isolate". There is no
>> exact time frame for this, but we will do it as soon as we can, so don't
>> say you haven't been warned... ;-)
>>
>
> Does this mean that Enter & Exit will be gone?
>

That's at least the plan for the bright future without any default Isolate
and explicit Isolate creation. If you have a single-threaded program, no
additional machinery should be needed, and if you have a multi-threaded
program, you will have to use the Locker (only). But we are still not
really there yet...

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
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 v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to