Re: Java inlining

1999-01-17 Thread schen
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. -

Java inlining

1999-01-16 Thread Patrick LAM
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