summaryrefslogtreecommitdiffstats
path: root/dex2oat/dex2oat.cc
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2015-03-23 14:45:53 +0000
committerNicolas Geoffray <ngeoffray@google.com>2015-03-23 14:47:12 +0000
commit36540cb4d549c706cc7cd23086684f1548a91042 (patch)
tree2c96f65e657ea190e20bd311dab4ba0a35f4040e /dex2oat/dex2oat.cc
parent476448128d0ebf3328e96548de34f19bc55fa5c8 (diff)
downloadart-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/dex2oat.cc')
-rw-r--r--dex2oat/dex2oat.cc1
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;