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] | |
2008/9/15 David Daney <ddaney@avtrex.com>:
Johannes Klarenbeek wrote:
hi there,The GCJ News is not keep very current. But there is still work being done
i looked at the excellent gcj project, but was a little confused about the status of the project. for example...
last gcj news flash is at march 30, 2007 last cni update is october 22, 2000 last classpath update is june 6 of 2008
on GCJ and libgcj.
what parts are not very current at the very moment concerning the byte
code implementation of java in gcj?
i was reading about the gnu compiler collection on wikipedia and found that the gnu compiler is separeted in two parts (3 really); a front-end and a back-end. the front-end parses languages like C, C++, java, ADA, fortran and more. the back-end should support multiple processor architectures. i guess that gcj is the front-end part in gcc isn´t it?
For the last several years libgcj has been based on classpath. So it is notwhere is project going too? how is the libgcj doing... is it already obsolete and replaced by classpath?
being replaced by classpath, for the most part it *is* classpath adapted to
work with gcj.
is libgcj a library that implements VMObject, VMString and some calls for AWT for example? so classpath can call the methods on these native objects whereas libgcj calls methods on the operating system to draw a windows for example?? if that is true, does libgcj support besides xlib also win32?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |