v2025.09.18 Release
· One min read
This release brings enhancements to existing optimizations:
BranchPrefixHoisting runs more often, hoisting more instructions.InsertDebugInfoPass to insert artificial debug info for incoming code that is missing line numbers..pro parsing logic and dex loading logic (not expected to change application perf).This is a relatively small incremental release bringing two new optimizations:
-assumevalues in ProGuard specifications, as supported by R8. This unlocks additional optimizations in Redex.This release bundles a few improved optimizations that improve code size and performance:
InterdexPass, we made dexes more dense after Halfnosis pass and empty dexes will be left behind and can be removed by the newly introduced DexRemovalPass..apk and .aab builds for removed resources.ServiceLoader Java APIs will now be kept by Redex; keep rules are no longer necessary.SingleImplPass.This release bundles a few improved optimizations that improve code size and performance:
package-private access modifier.