This is the mail archive of the java-discuss@sourceware.cygnus.com 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: newbie question: porting to another compiler


>>>>> "Steven" == Steven Carroll <scarroll@csrd.uiuc.edu> writes:

Steven> From browsing through the source code, it seems like there is
Steven> a strong coupling between the class library implementation and
Steven> the compiler code.  I am wondering if anyone has had any
Steven> success in using these class library implementations outside
Steven> of GCC or GCC variants?

Some people have managed to use the compiler to target a different
runtime (kaffe).  As far as I know, nobody has tried to use the
runtime with a different compiler.

Yes, they are tightly linked in some ways.  Unfortunately there is no
documentation on the linkage (other than the source -- the compiler is
probably more illuminating than the library here).

Tom



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