diff options
| author | 2015-12-17 15:26:44 +0000 | |
|---|---|---|
| committer | 2015-12-17 15:26:44 +0000 | |
| commit | 8e006762917a2ee193e12c74ba24e69a5e1b9144 (patch) | |
| tree | c5a7099c24ab7ac7782e7bbf64f26c75b2350216 /compiler/driver/compiler_options.h | |
| parent | 0ac7a8e505e14e65ff989c483a40348a3d4b6a86 (diff) | |
| parent | b17d1ccff0ac26fc22df671907ba2b4f4c656ce4 (diff) | |
Merge "Revert "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 38c292729c..e6acab42f2 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 = 32; + static const size_t kDefaultInlineMaxCodeUnits = 20; static constexpr size_t kUnsetInlineDepthLimit = -1; static constexpr size_t kUnsetInlineMaxCodeUnits = -1; |