WALA/com.ibm.wala.cast.java.poly...
dolby-oss 4c6d062dbb blunt force trauma to CAst frond end:
1) Structural changes in the AstTranslator to allow retranslation and generation of custom IR.  This is mostly moving state from the translator itself into the context.
2) Some refactoring to share some AST generation code across the Java and JavaScript front ends.
3) Switching to the latest Rhino, release 1.7R3; this is a pervasive change to the JavaScript Rhino translator, since it involves switching to the new AST interface in Rhino.
4) Common code to, as an option, translate Do-style loops by replicating the loop body.  This allows the use of CAstNode.LOOP forms for such loops.
5) Some bug fixes to the mechanisms of the CAstRewriter to handle weird control flow cases.
6) An example of retranslation to specialize JavaScript methods based on how many arguments they receive at call sites.


git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@4425 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
2012-01-27 20:15:33 +00:00
..
.settings merge polyglot3 branch 2011-04-27 14:55:30 +00:00
META-INF remove unnecessary Import-Package line 2011-04-27 16:53:45 +00:00
source/com/ibm/wala/cast/java blunt force trauma to CAst frond end: 2012-01-27 20:15:33 +00:00
.classpath add java_cup lib 2011-04-28 19:18:13 +00:00
.project refactor polyglot-based java code in its own projects 2009-01-09 02:52:56 +00:00
build.properties refactor polyglot-based java code in its own projects 2009-01-09 02:52:56 +00:00
build.xml print a message indicating script is grabbing polyglot from svn 2011-05-04 21:30:07 +00:00