compiler plugin to obtain Jimple-like code in one pass



In case you're using the "imp" compiler plugin (to obtain a stackless, three-address-like IR after CleanUp, similar to Soot's Jimple [1]) you might want to know that it's been improved to do its job in one pass: 
    http://lampsvn.epfl.ch/svn-repos/scala/scala-experimental/trunk/imp/src/Imperating.scala 
Updated docs at the usual place: 
    http://lamp.epfl.ch/~magarcia/ScalaCompilerCornerReloaded/2011Q2/Moving3A.pdf

Miguel http://lamp.epfl.ch/~magarcia/ScalaCompilerCornerReloaded/

[1] http://en.wikipedia.org/wiki/Jimple

Copyright © 2013 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland