commit | d9faceaa8da92f4a56c2907de949081bd42faf79 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Wed Jul 06 10:19:23 2016 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Wed Jul 06 13:30:13 2016 +0100 |
tree | 2efc00cfe8d5211e420174db81e732f8e92cbb33 | |
parent | 74c0d1bb67f9c6ee8306f0318ab7251d56dc99d6 [diff] |
Inline and optimize interface calls. - Support for inlining methods with invoke-interface (the previous performance limitation is now fixed with the new ImtConflictTable). - Turn non inlineable invoke-interface into invoke-virtual to avoid any potential execution of the conflict trampoline. test:609-checker-inline-interface Change-Id: Ibe33bc945deaada8fb78541e6e0bf034ebb52420