| Index: src/interpreter/interpreter.cc
|
| diff --git a/src/interpreter/interpreter.cc b/src/interpreter/interpreter.cc
|
| index b0be43e3096d6f6c67ba8bd6537094620814c9d2..da42cfb011b4079f04706cfb0337d47f33d501b1 100644
|
| --- a/src/interpreter/interpreter.cc
|
| +++ b/src/interpreter/interpreter.cc
|
| @@ -129,8 +129,6 @@ void Interpreter::IterateDispatchTable(ObjectVisitor* v) {
|
|
|
| // static
|
| int Interpreter::InterruptBudget() {
|
| - // TODO(ignition): Tune code size multiplier.
|
| - const int kCodeSizeMultiplier = 32;
|
| return FLAG_interrupt_budget * kCodeSizeMultiplier;
|
| }
|
|
|
|
|