Reviewers: Dmitry Titov,

Message:
From this morning's mail!

Thanks
  Luke

Description:
[Isolates] Use TLS for global isolate storage by default.


Please review this at http://codereview.chromium.org/2876005/show

SVN Base: http://v8.googlecode.com/svn/branches/experimental/isolates/

Affected files:
  M     src/isolate.h


Index: src/isolate.h
===================================================================
--- src/isolate.h       (revision 4917)
+++ src/isolate.h       (working copy)
@@ -28,7 +28,7 @@
 #ifndef V8_ISOLATE_H_
 #define V8_ISOLATE_H_

-// #define V8_USE_TLS_FOR_GLOBAL_ISOLATE
+#define V8_USE_TLS_FOR_GLOBAL_ISOLATE

 #include "apiutils.h"
 #include "contexts.h"


--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev

Reply via email to