diff --git a/src/flags/flag-definitions.h b/src/flags/flag-definitions.h index 6b30f2b6a6..f76c12a80d 100644 --- a/src/flags/flag-definitions.h +++ b/src/flags/flag-definitions.h @@ -652,12 +652,12 @@ DEFINE_INT(interrupt_budget_for_maglev, 40 * KB, "interrupt budget which should be used for the profiler counter") // Tiering: Turbofan. -DEFINE_INT(interrupt_budget, 132 * KB, +DEFINE_INT(interrupt_budget, 66 * KB, "interrupt budget which should be used for the profiler counter") DEFINE_INT(ticks_before_optimization, 3, "the number of times we have to go through the interrupt budget " "before considering this function for optimization") -DEFINE_INT(bytecode_size_allowance_per_tick, 1100, +DEFINE_INT(bytecode_size_allowance_per_tick, 150, "increases the number of ticks required for optimization by " "bytecode.length/X") DEFINE_INT(