diff options
author | 2018-10-16 23:11:09 +0000 | |
---|---|---|
committer | 2018-10-16 23:11:09 +0000 | |
commit | 4e4557a892f7dd0a3d73b9f731250a9d2b061c70 (patch) | |
tree | 2559c6eccec78877f1dbc828c38aaec6a01cb7b3 /compiler/driver/compiler_options.cc | |
parent | f4fd65e393fe60f17e22ee7823f8dce4594c053d (diff) | |
parent | cd0f38fcbda3e578ac27e483a1ffb7718f83fb7a (diff) |
Merge "Add logic to eagerly resolve const-string for startup methods"
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 3ab9afc5d6..6b0e45629b 100644 --- a/compiler/driver/compiler_options.cc +++ b/compiler/driver/compiler_options.cc @@ -69,6 +69,7 @@ CompilerOptions::CompilerOptions() force_determinism_(false), deduplicate_code_(true), count_hotness_in_compiled_code_(false), + resolve_startup_const_strings_(false), register_allocation_strategy_(RegisterAllocator::kRegisterAllocatorDefault), passes_to_run_(nullptr) { } |