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.