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
1 file changed
tree: 479d4aaa91bbe344f73ad6b7cfcf76a84f8f9525
  1. buildSrc/
  2. scripts/
  3. src/
  4. tests/
  5. third_party/
  6. tools/
  7. .gitignore
  8. AUTHORS
  9. build.gradle
  10. codereview.settings
  11. CONTRIBUTING.md
  12. copyAdditionalJctfCommonFiles.gradle
  13. LICENSE
  14. README.md
README.md

The R8 repo contains two tools.

  1. D8 is a dexer that converts java byte code to dex code.

  2. R8 is a java program shrinking and minification tool.