R8 Optimization: Method Outlining
Note: This post is part of a series on D8 and R8, Android’s new dexer and optimizer, respectively. For an intro to D8 read “Android’s Java 8 support”. For an intro to R8 read “R8 Optimization: Staticization”. I recently wrote about the economics of generated code which talked about performing optimizations to generated code that…