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]

gcjx integration


hi Tom,

thanks for the branch.

The Make-lang.in has to be updated.
regarding the model:

in the current frontend: (gcj)

jc1 is the internal compiler 
gcj is the wrapper around it, which is gcc.c + java/jvspec.c


in the new frontend, there is

gcjx/gcjx

and then you have the tree stuff in

gcc/java/

from a system approach, maybe you can point me to some overall ideas of
how the system is combined.

regarding c++: the d frontend for gcc also uses c++, since the d
compiler by digitalmars is in c++ too. I've looked at their
Make-lang.in, which is pretty straightforward too.

So if you have some spare time it would be nice if you give some of your
ideas.


-- 
Jakob Praher <jpraher@yahoo.de>


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