commit | 279e3a3499d208daf467a1690b111dfb06f3e96e | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Wed Jan 24 18:17:55 2018 -0800 |
committer | Mathieu Chartier <mathieuc@google.com> | Mon Feb 05 13:38:20 2018 -0800 |
tree | 74c7d6d860bea25aabae47dc0ca95bafb0571f8e | |
parent | ca6f1c0cb7655e90237583c1b6b771d3c8aae95d [diff] |
Enable code item deduping Dedupe code items if they have the same contents, this is safe because of the fixed quickening logic. Removed duplicate code items in ManyMethods that caused the startup methods section to be empty in dex2oat_test. To avoid errors related to quickening and compilation of shared code items, quickening is currently disabled for shared code items. Bug: 63756964 Test: test-art-host Change-Id: I7c62eb746785d787c5269effd396f7be4859d3a6