This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: values types for Java


>  > >  > 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]