diff options
author | Andreas Gampe <agampe@google.com> | 2018-11-21 22:25:21 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-11-21 22:25:21 +0000 |
commit | f759dc027507d0092a49d9ec146dc37ca4534dd4 (patch) | |
tree | b500f8a4724876b45b9ea49676defd1152c5ac84 /compiler/driver/compiler_options.cc | |
parent | 5a78e8dbf068c544b84e98f636b30045b09451c4 (diff) | |
parent | 5c803116e26ef40ad2a9c14d3411e21d149e0c9b (diff) |
Merge "ART: Add profile-compile-check support"
Diffstat (limited to 'compiler/driver/compiler_options.cc')
-rw-r--r-- | compiler/driver/compiler_options.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/driver/compiler_options.cc b/compiler/driver/compiler_options.cc index 3610f1831b..bef5be1c0d 100644 --- a/compiler/driver/compiler_options.cc +++ b/compiler/driver/compiler_options.cc @@ -70,6 +70,7 @@ CompilerOptions::CompilerOptions() deduplicate_code_(true), count_hotness_in_compiled_code_(false), resolve_startup_const_strings_(false), + check_profiled_methods_(ProfileMethodsCheck::kNone), register_allocation_strategy_(RegisterAllocator::kRegisterAllocatorDefault), passes_to_run_(nullptr) { } |