commit | f5e3c66d63437ff1cc088b6a58e566fb7b5a3482 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Mon Jul 01 14:54:23 2019 -0700 |
committer | Andreas Gampe <agampe@google.com> | Tue Jul 02 21:30:29 2019 +0000 |
tree | dcea409ba8d6105875ca8614951bb86873c1921d | |
parent | 4d6ca2e01e5e9b0006b94039f53e552dd0236d02 [diff] |
ART: Use bitset in dex file verifier Use a bitset instead of a hash set. The maximum memory usage is 8K, which is reasonable and bounded. Instruction count improvement is in the noise (a percent of a percent). Branch misses improve by a percent. Bug: 110852609 Test: m test-art-host Change-Id: I8bb44ba8ab90db8ef632f2977774b389c3a504b6