commit | e54eee1024cdad6def14cde7e858e85cc0fdc465 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Thu Oct 20 19:03:58 2016 -0700 |
committer | Andreas Gampe <agampe@google.com> | Fri Oct 21 15:32:07 2016 -0700 |
tree | bcef520fb0e78747d202477a243d5566533c0996 | |
parent | 77cd3d861fcf723ba0a37833c223eeb08cfd7d8c [diff] |
ART: Switch tagging table to a map Performance is critical. A map involves overhead for moving GC, but has much faster lookup for the common case. Make test 905 robust against unstable ordering. Bug: 31385027 Test: m test-art-host Test: m ART_USE_READ_BARRIER=true test-art-host Change-Id: Ica3ff603fc78168759fccfe79c97860279ce9036