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

Unified Diff: tools/profviz/composer.js

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
« src/optimizing-compiler-thread.cc ('K') | « src/optimizing-compiler-thread.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/profviz/composer.js
diff --git a/tools/profviz/composer.js b/tools/profviz/composer.js
index 0c9437ff5416d7780f8653faf9c1871ee8e0d6e9..4a6dce02d55d362cd06b12e607f39df5ca543a46 100644
--- a/tools/profviz/composer.js
+++ b/tools/profviz/composer.js
@@ -103,6 +103,8 @@ function PlotScriptComposer(kResX, kResY, error_output) {
new TimerEvent("recompile sync", "#CC0044", true, 0),
'V8.RecompileConcurrent':
new TimerEvent("recompile async", "#CC4499", false, 1),
+ 'V8.RecompileSynchronized':
+ new TimerEvent("recompile block", "#991166", true, 0),
'V8.CompileEval':
new TimerEvent("compile eval", "#CC4400", true, 0),
'V8.Parse':
« src/optimizing-compiler-thread.cc ('K') | « src/optimizing-compiler-thread.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698