[Sablevm-developer] More Useful Links
Brought to you by:
egagnon
From: Brent F. <bre...@xp...> - 2000-07-17 21:12:38
|
More interesting ideas: 1. "JAVAB" Is a tool that can take a Java "*.class" file and automatically detect and exploit implicit loop parallelism in the bytecode. This would be really cool, but it has a restrictive license (i.e., free for non-commercial use). It's not that big a loss, since it probably only helps on multi-processor systems. http://www.extreme.indiana.edu/~ajcbik/JAVAB/index.html 2. "SOOT" is a Java optimization framework. It may or may not be useful as I haven't spent time to see if it's only used for Java source code (as opposed to bytecode). http://www.sable.mcgill.ca/soot/ 3. "KIEV" is a Java varient based on Pizza. It produces standard Java bytecode as output. It implements Closures with inner classes. http://forestro.com/kiev/ Regards, -Brent |