values types for Java
Adam Megacz
adam@megacz.com
Tue Oct 21 20:16:00 GMT 2003
> > > > 1. They use interprocedural analysis, which is not compatible with
> > > > separate compilation.
> > > gcj -c Main.java
> > > gcj -c Foo.java
> You're doing it wrong.
> gcj -c Main.java Foo.java -o bar.o
This distinction is what I was referring to when I wrote "separate
compilation".
I guess if you're going to recompile the entire JDK every time you
change one line in your app, then this would work.
- a
--
"Education is not filling a bucket but lighting a fire." -- WB Yeats
More information about the Java
mailing list