diff options
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 eaf9cc2fdb..6b3e26fc70 100644 --- a/compiler/driver/compiler_options.h +++ b/compiler/driver/compiler_options.h @@ -69,7 +69,7 @@ class CompilerOptions final { static constexpr size_t kUnsetInlineMaxCodeUnits = -1; // We set a lower inlining threshold for baseline to reduce code size and compilation time. This // cannot be changed via flags. - static constexpr size_t kBaselineInlineMaxCodeUnits = 8; + static constexpr size_t kBaselineInlineMaxCodeUnits = 14; enum class CompilerType : uint8_t { kAotCompiler, // AOT compiler. |