javascalaproguardescape-analysis

static java bytecode optimizer (like proguard) with escape analysis?


Optimizations based on escape analysis is a planned feature for Proguard. In the meantime, are there any existing tools like proguard that already do optimizations which require escape analysis?


Solution

  • Yes, I think the Soot framework performs escape analysis.