commit | 8ad7f2051d722b5a92f0ee0ab46622744b4289ef | [log] [tgz] |
---|---|---|
author | Calin Juravle <calin@google.com> | Mon Aug 04 19:17:06 2014 +0100 |
committer | Calin Juravle <calin@google.com> | Fri Aug 08 15:37:17 2014 +0100 |
tree | 4a24e6065385344d3cc79abbb4231cc509a274af | |
parent | f328227e826edb62aa6daf6a198884ad9d299c0e [diff] |
Use native ISA for dex code (in case there's a NativeBridge) In the presence of a native bridge it is more efficient to compile the dex directly to the native ISA than to use the shared library ISA as a reference. This can be achieve by configuring the readonly system properties to map between the .so ISA and the desired dex code .ISA (e.g. ro.dalvik.vm.isa.ISA1=ISA2). Bug: 16185267 (cherry picked from commit I50baa7b37e1465b9adf72d6f6b96f526a08d59c7) (cherry picked from commit I8fe453a800812e382e8f41b5f7922997aa9c18a9) Change-Id: I6c9684149691285310c961189b58af8c7f47aff4