diff options
| author | 2015-08-20 10:06:31 +0000 | |
|---|---|---|
| committer | 2015-08-20 10:06:31 +0000 | |
| commit | bffabfce093e26bffb9e820a8f6b45474d28787a (patch) | |
| tree | 49b3183cd1d25b6a5cfb31e0d16678deb023c1e8 /compiler/driver/compiler_options.h | |
| parent | 4d786026efaac41acf8278d1c87d842f7ce06fde (diff) | |
| parent | e418dda75998e0186f7580c2c54705767c3c8f1f (diff) | |
Merge "Be more flexible on the code unit size when inlining."
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 d2a90ec87f..18f215d165 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 = 18; + static const size_t kDefaultInlineMaxCodeUnits = 20; // Default inlining settings when the space filter is used. static constexpr size_t kSpaceFilterInlineDepthLimit = 3; |