Revision: 4919
Author: lukezarko
Date: Tue Jun 22 15:25:03 2010
Log: [Isolates] Use TLS for global isolate storage by default.

Review URL: http://codereview.chromium.org/2876005
http://code.google.com/p/v8/source/detail?r=4919

Modified:
 /branches/experimental/isolates/src/isolate.h

=======================================
--- /branches/experimental/isolates/src/isolate.h       Mon Jun 21 16:31:30 2010
+++ /branches/experimental/isolates/src/isolate.h       Tue Jun 22 15:25:03 2010
@@ -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