diff options
| author | 2015-12-17 13:59:47 +0000 | |
|---|---|---|
| committer | 2015-12-17 13:59:47 +0000 | |
| commit | ff6ab45547a629b1e237a1bf4b8530a5c99377e5 (patch) | |
| tree | 65f58353143515441c2097edee5d68bc8d677cd4 /compiler/driver/compiler_options.h | |
| parent | 2dbab9548b538cdb647e5819f7f93d43ae67116a (diff) | |
| parent | fcb7613d3aaa9a6802800b6e957aaad51cedf6dc (diff) | |
Merge "Tweak inlining heuristics."
Diffstat (limited to 'compiler/driver/compiler_options.h')
| -rw-r--r-- | compiler/driver/compiler_options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/driver/compiler_options.h b/compiler/driver/compiler_options.h index e6acab42f2..38c292729c 100644 --- a/compiler/driver/compiler_options.h +++ b/compiler/driver/compiler_options.h @@ -52,7 +52,7 @@ class CompilerOptions FINAL { static const bool kDefaultGenerateDebugInfo = kIsDebugBuild; static const bool kDefaultIncludePatchInformation = false; static const size_t kDefaultInlineDepthLimit = 3; - static const size_t kDefaultInlineMaxCodeUnits = 20; + static const size_t kDefaultInlineMaxCodeUnits = 32; static constexpr size_t kUnsetInlineDepthLimit = -1; static constexpr size_t kUnsetInlineMaxCodeUnits = -1; |