commit | 4acefd33064d37b41ca55c3c9355345a20e5f9c2 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Mon Oct 24 13:14:58 2016 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Mon Oct 24 20:22:12 2016 +0100 |
tree | 31b31e531286108bc904b6c9a499f0607f355030 | |
parent | 3667e26de4856cccf24bcbab54ad3349a05267c0 [diff] |
Encode quickening info in .vdex. We quicken vdex files for performance reasons, but when taking an OTA, we need to revert the quickening to the original instructions. As vdex should be independent of the oat file and oat file versions, we encode the quickening data in the vdex. test: m test-art-host-jit m test-art-host-gtest bug:30937355 Change-Id: I9a543a161b70aa1cff99f8fe6f5b5cab7a6c4d31