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

Unified Diff: src/interpreter/interpreter.h

Issue 2448043002: [ignition] Tune code size multiplier. (Closed)
Patch Set: 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 | no next file » | no next file with comments »
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 85e99dc3a0a498642dc3467111060629ddb26b8f..9807069e84d36e8ad3232761a1c188a56e00eb51 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 = 32;
+ static const int kCodeSizeMultiplier = 72;
private:
// Bytecode handler generator functions.
« 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