commit | 740667a1c5fa0188bb676c569064deb2c47c0825 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Tue Sep 15 17:55:06 2015 -0700 |
committer | Andreas Gampe <agampe@google.com> | Wed Sep 16 08:47:30 2015 -0700 |
tree | bbfdc04e8f6a28ad8825f67dfabad6bc6094eeb3 | |
parent | 1a1d77f7f8cdc892a59b1618b5bd8fea269354cb [diff] |
ART: Skip compiler-driver compile loop for VerifyAtRuntime We don't compile (not even dex-to-dex) anyways, so skip iterating over all methods. Shows a ~10% improvement of boot image compile time on Nexus 9. Shows a ~40% improvement for a common large app on the same device. Most of the remaining time is unzipping dex files. Bug: 24103765 Change-Id: I00931fd062a0a2297d1c7b90794302cb664571cc