| Index: src/runtime-profiler.cc
|
| diff --git a/src/runtime-profiler.cc b/src/runtime-profiler.cc
|
| index d09e69ae6132204004002f2ce62f31a930ee2134..d68bb5340909c61a0c30612d96a4b7790b8aa3d4 100644
|
| --- a/src/runtime-profiler.cc
|
| +++ b/src/runtime-profiler.cc
|
| @@ -57,7 +57,7 @@ static const int kMaxSizeEarlyOptIgnition =
|
| // We aren't using the code size multiplier here because there is no
|
| // "kMaxSizeOpt" with which we would need to normalize. This constant is
|
| // only for optimization decisions coming into TurboFan from Ignition.
|
| -static const int kMaxSizeOptIgnition = 250 * 1024;
|
| +static const int kMaxSizeOptIgnition = 80 * KB;
|
|
|
| #define OPTIMIZATION_REASON_LIST(V) \
|
| V(DoNotOptimize, "do not optimize") \
|
|
|