commit | 87d7f6cc034ba5bfc6e52752bc97f38918e2a4d9 | [log] [tgz] |
---|---|---|
author | Denis Vnukov <vnukov@google.com> | Tue May 23 16:26:41 2017 -0700 |
committer | Denis Vnukov <vnukov@google.com> | Tue May 23 16:26:41 2017 -0700 |
tree | 4b5845dd679ecabceba8053863d782e1395e8ea9 | |
parent | 35528aac74dc241eaee22a568afbe333ae26450f [diff] |
Don't merge block suffixes if catch handlers are different. PeepholeOptimizer::shareIdenticalBlockSuffix() should only merge identical basic block suffixes if the blocks have same catch handlers. BUG= Change-Id: I8be4c521ce57dc26dceae56ab1f0db4dc0998148
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.