commit | cddbe3891f1d2d532d82bd3524ecc2f15c25f44f | [log] [tgz] |
---|---|---|
author | Mads Ager <ager@google.com> | Tue May 30 12:55:10 2017 +0200 |
committer | Mads Ager <ager@google.com> | Tue May 30 11:35:28 2017 +0000 |
tree | 479d4aaa91bbe344f73ad6b7cfcf76a84f8f9525 | |
parent | bfe8febdc27125c5bc3e4570a5595998973743ee [diff] |
Avoid duplicated local end events. In particular for argument values, this could significantly blow up the size of our dex files. This reduces a simple example dex file from 21kB to 15kB. R=zerny@google.com Bug: 38375244 Change-Id: I36b1f309bba7ab0fab7f500815993ff0e6d30484
The R8 repo contains two tools.
D8 is a dexer that converts java byte code to dex code.
R8 is a java program shrinking and minification tool.