Commit b880309b authored by bmeurer's avatar bmeurer Committed by Commit bot

[ignition] Decrease code size multiplier to 24.

BUG=

Review-Url: https://codereview.chromium.org/2758503002
Cr-Commit-Position: refs/heads/master@{#43861}
parent 2b3fbd82
......@@ -67,7 +67,7 @@ class Interpreter {
}
// TODO(ignition): Tune code size multiplier.
static const int kCodeSizeMultiplier = 32;
static const int kCodeSizeMultiplier = 24;
private:
// Bytecode handler generator functions.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment