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

Unified Diff: src/interpreter/interpreter.h

Issue 2751913007: Revert of [ignition] Decrease code size multiiplier to 24. (Closed)
Patch Set: 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 fa9c65dfdf28f1bf3f8e1ef0ffa58138d989c5b0..3a92df40378ea0fe22f511a75e76152265699dff 100644
--- a/src/interpreter/interpreter.h
+++ b/src/interpreter/interpreter.h
@@ -67,7 +67,7 @@
}
// TODO(ignition): Tune code size multiplier.
- static const int kCodeSizeMultiplier = 24;
+ static const int kCodeSizeMultiplier = 32;
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