Chromium Code Reviews| Index: src/compiler.h |
| diff --git a/src/compiler.h b/src/compiler.h |
| index 161f40458c99638d74b9d5e7ae3470f7c87e1a94..5273a23e61bf04695043fbda7f9897ce0b9a79a9 100644 |
| --- a/src/compiler.h |
| +++ b/src/compiler.h |
| @@ -560,7 +560,7 @@ class OptimizingCompiler: public ZoneObject { |
| class Compiler : public AllStatic { |
| public: |
| - static const int kMaxInliningLevels = 3; |
| + static const int kMaxInliningLevels = 5; |
|
titzer
2013/07/17 08:05:02
Why not a flag as well?
Hannes Payer (out of office)
2013/07/17 08:27:34
Done.
|
| // Call count before primitive functions trigger their own optimization. |
| static const int kCallsUntilPrimitiveOpt = 200; |