summaryrefslogtreecommitdiffstats
path: root/compiler/jit
diff options
context:
space:
mode:
authorCalin Juravle <calin@google.com>2015-07-29 15:58:48 +0100
committerRoland Levillain <rpl@google.com>2015-07-30 09:40:39 +0000
commit8f96df846403703e14016590b4c0c3af870561d9 (patch)
treea0aeed0c8f408318ed17ab0519dcbb3451467303 /compiler/jit
parent681652d8e8a33bc07c5c082a71aea13d0f15e0a0 (diff)
downloadart-8f96df846403703e14016590b4c0c3af870561d9.zip
art-8f96df846403703e14016590b4c0c3af870561d9.tar.gz
art-8f96df846403703e14016590b4c0c3af870561d9.tar.bz2
Allow for fine tuning the inliner.
Bug: 21868508 (cherry picked and squashed from commits ec74835a7e4f2660250a2f3f9508cbbe5269e49a and 0941b9d48a9a8c6d80a1af7a0d0fc9f80fe2b9a1) Change-Id: I1750e6bea20321d04680132281a6c2924531c5ae
Diffstat (limited to 'compiler/jit')
-rw-r--r--compiler/jit/jit_compiler.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/jit/jit_compiler.cc b/compiler/jit/jit_compiler.cc
index a1d8226..5ef744c 100644
--- a/compiler/jit/jit_compiler.cc
+++ b/compiler/jit/jit_compiler.cc
@@ -71,6 +71,8 @@ JitCompiler::JitCompiler() : total_time_(0) {
CompilerOptions::kDefaultSmallMethodThreshold,
CompilerOptions::kDefaultTinyMethodThreshold,
CompilerOptions::kDefaultNumDexMethodsThreshold,
+ CompilerOptions::kDefaultInlineDepthLimit,
+ CompilerOptions::kDefaultInlineMaxCodeUnits,
false,
CompilerOptions::kDefaultTopKProfileThreshold,
false, // TODO: Think about debuggability of JIT-compiled code.