Hi,
I found my link to the Java preprocessing mechanism, it's called OpenJava.
Don't know if it will be any use to the original poster, but I'll throw it
out here in case it is:
http://www.hlla.is.tsukuba.ac.jp/~mich/openjava/
. . . Sean.
-
What you've mentioned is known as method inlining.
The Soot framework does this optimization on Java classfiles. (Why
classfiles? See the technical report at
http://www.sable.mcgill.ca/publications/sable-tr-1999-3.ps
"Optimizing Java Bytecode using the Soot Framework: Is it feasible?"
for a r