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]

Re: GC and GCJ



Antonio Ake writes:

> I tried with --enable-java-gc=none but I had this message:

Try --enable-java-gc=no (I can't remember trying it before, but that's
what the configure script is telling me about the choices.)

> Another question: Last month I asked about --with-gc=none, does
> anobody knows what kind of gc is used internally for gcc. It is
> Boehm's garbage collector?

No, it's not. Your choice is to use either `simple' or `page' (see
gcc/ggc* for the gory details.)

./A


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