diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2015-03-23 14:45:53 +0000 |
---|---|---|
committer | Nicolas Geoffray <ngeoffray@google.com> | 2015-03-23 14:47:12 +0000 |
commit | 36540cb4d549c706cc7cd23086684f1548a91042 (patch) | |
tree | 2c96f65e657ea190e20bd311dab4ba0a35f4040e /dex2oat | |
parent | 476448128d0ebf3328e96548de34f19bc55fa5c8 (diff) | |
download | art-36540cb4d549c706cc7cd23086684f1548a91042.zip art-36540cb4d549c706cc7cd23086684f1548a91042.tar.gz art-36540cb4d549c706cc7cd23086684f1548a91042.tar.bz2 |
Implement a space filter for optimizing.
Heuristic-based. Currently only for enabling fugu user build.
Change-Id: I76e652bd3f00ed84a2a8ad69c7c2c0e24d74cd68
Diffstat (limited to 'dex2oat')
-rw-r--r-- | dex2oat/dex2oat.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dex2oat/dex2oat.cc b/dex2oat/dex2oat.cc index 44b07e2..45d90aa 100644 --- a/dex2oat/dex2oat.cc +++ b/dex2oat/dex2oat.cc @@ -614,7 +614,6 @@ class Dex2Oat FINAL { Usage("Unknown compiler backend: %s", backend_str.data()); } } else if (option.starts_with("--compiler-filter=")) { - requested_specific_compiler = true; compiler_filter_string = option.substr(strlen("--compiler-filter=")).data(); } else if (option == "--compile-pic") { compile_pic = true; |