| Index: src/api.cc
|
| diff --git a/src/api.cc b/src/api.cc
|
| index 79d4888f12612e83e3caf0938b6d2210e9588bbb..124875a769be391e5ce38f4f3ee9fa9497ffa16b 100644
|
| --- a/src/api.cc
|
| +++ b/src/api.cc
|
| @@ -6321,7 +6321,11 @@ static void SetFlagsFromString(const char* flags) {
|
|
|
| void Testing::PrepareStressRun(int run) {
|
| static const char* kLazyOptimizations =
|
| - "--prepare-always-opt --nolimit-inlining --noalways-opt";
|
| + "--prepare-always-opt "
|
| + "--max-inlined-source-size=999999 "
|
| + "--max-inlined-nodes=999999 "
|
| + "--max-inlined-nodes-cumulative=999999 "
|
| + "--noalways-opt";
|
| static const char* kForcedOptimizations = "--always-opt";
|
|
|
| // If deoptimization stressed turn on frequent deoptimization. If no value
|
|
|