commit | fa6adfd5f349bfeadc6b1bf4fd5f47666dc96269 | [log] [tgz] |
---|---|---|
author | buzbee <buzbee@google.com> | Wed Feb 22 13:40:59 2017 -0800 |
committer | buzbee <buzbee@google.com> | Tue Feb 28 10:56:10 2017 -0800 |
tree | 23bcee09cf361ce5eeeb7b4d7d68babebb2dce17 | |
parent | 12664625ccbf7b11b7b8f8daca5ac1cb405ef7a3 [diff] |
ART/Mterp: eliminate unnecessary access checks This CL switches mterp from using the old quick entrypoints for sget/sput to instead using an sget/sput access sequence similar to that used by the reference interpreter. This results in a reduction of unnecessary access checks. Benchmarks: 3% improvement on DeltaBlue Bug: 30933338 Test: ART_TEST_INTERPRETER=true m test-art-host Change-Id: Ib4e64d72b511c6a9ed537289bfeb393eff42c70f