commit | 0ed1eaba4f5bd56fd2fba621e71aa8484397ef0e | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <pcc@google.com> | Tue Aug 28 18:21:28 2018 -0700 |
committer | Peter Collingbourne <pcc@google.com> | Tue Aug 28 18:24:39 2018 -0700 |
tree | eae7804933e011bb98af0875d5832ac313934671 | |
parent | 213f895897c85bf98ebc65c8d8d0605d228ed3e8 [diff] |
arm64: Don't use the GOT to access art::Runtime::instance_. Because ART is built with -fvisibility=protected, the location of this symbol can be statically resolved by the linker, so there is no need to go via the GOT.