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

Unified Diff: src/interpreter/interpreter.h

Issue 2445203003: [Interpreter] Tune runtime profiler parameters for turbofan and OSR. (Closed)
Patch Set: Resetting the values for crankshaft pipeline for OSR. Created 4 years, 2 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 | src/runtime-profiler.cc » ('j') | src/runtime-profiler.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/interpreter/interpreter.h
diff --git a/src/interpreter/interpreter.h b/src/interpreter/interpreter.h
index d932c1c6ddbdb7327cd95d6a918b0acbcd67f3ec..31d4e05d407ffe46395c19e2f096a114d49ec5c6 100644
--- a/src/interpreter/interpreter.h
+++ b/src/interpreter/interpreter.h
@@ -67,7 +67,7 @@ class Interpreter {
}
// TODO(ignition): Tune code size multiplier.
- static const int kCodeSizeMultiplier = 72;
+ static const int kCodeSizeMultiplier = 32;
mythria 2016/10/26 08:17:15 I reset the code size multiplier in interpreter to
private:
// Bytecode handler generator functions.
« no previous file with comments | « no previous file | src/runtime-profiler.cc » ('j') | src/runtime-profiler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698