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

Posted by Jeremy Bell on Stack Overflow See other posts from Stack Overflow or by Jeremy Bell
Published on 2010-06-10T20:06:11Z Indexed on 2010/06/14 16:22 UTC
Read the original article Hit count: 353

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about java

Related posts about scala