commit | d5ce6a80d6795ada9f47600287706135481cbb4b | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Wed Sep 16 17:12:55 2015 -0700 |
committer | Andreas Gampe <agampe@google.com> | Thu Sep 17 14:02:50 2015 -0700 |
tree | c11e0fb978f53bba035cca795f0626ec475e6458 | |
parent | 930761fb7a4db70fbd5e75faa1fca07e5b494ae9 [diff] |
ART: Skip image visitor in OatWriter for VerifyAtRuntime There's no use running the visitor, and it will force-resolve all methods. Avoid the overhead. Reduces boot image compile time in verify-at-runtime mode from 1.25s to 1s (on the host, in -j4 mode). Bug: 24103765 Change-Id: Icdc3be628fed0c9bda01cf5f24fe377f23c571a9