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

Unified Diff: src/interpreter/interpreter.h

Issue 2758503002: [ignition] Decrease code size multiplier to 24. (Closed)
Patch Set: REBASE Created 3 years, 9 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 6ece88132f2810685ca9ae5afa395675a2487dac..04c9a8b68487ff52458acf655204dc02f4f182f6 100644
--- a/src/interpreter/interpreter.h
+++ b/src/interpreter/interpreter.h
@@ -62,7 +62,7 @@ class Interpreter {
}
// TODO(ignition): Tune code size multiplier.
- static const int kCodeSizeMultiplier = 32;
+ static const int kCodeSizeMultiplier = 24;
private:
// In the case of bytecodes that share handler implementations, copy the code
« 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