Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1602)

Unified Diff: src/isolate.h

Issue 2876005: [Isolates] Use TLS for global isolate storage by default. (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/isolates/
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698