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

Unified Diff: src/log.h

Issue 177493002: Introduce SynchronizedScope to allow heap access from compiler thread. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 10 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
Index: src/log.h
diff --git a/src/log.h b/src/log.h
index d4dc76a21cc5222139e209646505caf90534d16a..92b6239e88740ee45a7fc3737949339dedf954f4 100644
--- a/src/log.h
+++ b/src/log.h
@@ -331,6 +331,7 @@ class Logger {
static const char* v8_recompile_synchronous;
static const char* v8_recompile_concurrent;
+ static const char* v8_recompile_synchronized;
static const char* v8_compile_full_code;
static const char* v8_execute;
static const char* v8_external;
« no previous file with comments | « src/execution.cc ('k') | src/log.cc » ('j') | src/optimizing-compiler-thread.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698