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

Unified Diff: src/counters.h

Issue 2611313002: [complier] Enable parallel eager inner function compilation with compiler dispatcher. (Closed)
Patch Set: Rebase Created 3 years, 11 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/counters.h
diff --git a/src/counters.h b/src/counters.h
index 4f3706d66526240a477d9edd7f9b1877440b24c5..509ede8384e8a294f172dec4663efd965e138c22 100644
--- a/src/counters.h
+++ b/src/counters.h
@@ -702,7 +702,7 @@ class RuntimeCallTimer final {
V(CompileScopeAnalysis) \
V(CompileScript) \
V(CompileSerialize) \
- V(CompilerDispatcher) \
+ V(CompileWaitForDispatcher) \
V(DeoptimizeCode) \
V(FunctionCallback) \
V(GC) \
« no previous file with comments | « src/compiler-dispatcher/compiler-dispatcher-tracer.cc ('k') | test/debugger/debug/ignition/debug-step-prefix-bytecodes.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698