diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2015-12-17 15:26:21 +0000 |
---|---|---|
committer | Nicolas Geoffray <ngeoffray@google.com> | 2015-12-17 15:26:21 +0000 |
commit | b17d1ccff0ac26fc22df671907ba2b4f4c656ce4 (patch) | |
tree | cf202a0e783e523c9a0e4d8b25f0dc7a1d4df118 /compiler/driver/compiler_options.h | |
parent | fcb7613d3aaa9a6802800b6e957aaad51cedf6dc (diff) |
Revert "Tweak inlining heuristics."
This reverts commit fcb7613d3aaa9a6802800b6e957aaad51cedf6dc.
Change-Id: Idc0df6a2f68e8b5aa740bb1259f19c2953811510
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; |