I think I hit the issues.
http://codereview.chromium.org/2860009/diff/4001/5001 File src/isolate.cc (right): http://codereview.chromium.org/2860009/diff/4001/5001#newcode102 src/isolate.cc:102: Thread::SetThreadLocal(global_isolate_key_, NULL); On 2010/06/17 00:49:10, Dmitry Titov wrote:
Why is this needed? It's NULL by default.
Init may have finished calling PreInit(), which sets the TLS cell. http://codereview.chromium.org/2860009/show -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
