summaryrefslogtreecommitdiff
path: root/test/ProfileTestMultiDex
diff options
context:
space:
mode:
authorMathieu Chartier <mathieuc@google.com>2017-07-10 14:13:41 -0700
committerMathieu Chartier <mathieuc@google.com>2017-07-12 16:04:34 -0700
commit959f348acabc48efbb18c547dad6300c0f610c1c (patch)
treea30c59dfe97f92857b3adf532ddce6a4158bea30 /test/ProfileTestMultiDex
parentceb8d0528b3f4cf05da6983124593e887e308a36 (diff)
Reduce quicken info size
Move the quicken info from using a map of <dex pc, index> to an array of indices. Removed leb encoding since it is harmful for 16 bit indices. The map is indexed by the dequickenable instruction index from the start of the code item. Numbers for a certain large app compiled with quicken filter: dex2oat native alloc: 85345936B -> 81527072B oat file size: 9068968B -> 8659368B vdex file size: 90479120B -> 86321184B Bug: 63467744 Bug: 36457259 Test: test-art-host Change-Id: I39298a14a8cfa4200f2e97599155f584855cdecf
Diffstat (limited to 'test/ProfileTestMultiDex')
0 files changed, 0 insertions, 0 deletions