Index: src/runtime-profiler.cc |
diff --git a/src/runtime-profiler.cc b/src/runtime-profiler.cc |
index 8c4b11f7796bcbdd167cf5f5adfbc4e59dcebdeb..390222dad06710bb4e3dada03b3656d2e41f3717 100644 |
--- a/src/runtime-profiler.cc |
+++ b/src/runtime-profiler.cc |
@@ -66,7 +66,7 @@ static const int kOSRCodeSizeAllowanceBase = |
100 * FullCodeGenerator::kCodeSizeMultiplier; |
static const int kOSRCodeSizeAllowancePerTick = |
- 3 * FullCodeGenerator::kCodeSizeMultiplier; |
+ 4 * FullCodeGenerator::kCodeSizeMultiplier; |
// Maximum size in bytes of generated code for a function to be optimized |
// the very first time it is seen on the stack. |