This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the GCJ project. See the GCJ home page for more information.
>[Please don't send these multi-part MIME messages when there is no >reason for it. They're a pain to read for those of us still using >old mail readers.] > >> What about compiling from the source? > >It is in egcs now, both compiling to native, and to bytecodes >(use gjc with the -C flag). There are still a few things not >working, however it is quite close. > >> When it's planned to be finished? > >When it is done. Compiling to bytecode should hopefully be useable >and robust within a few weeks. Ok, I'll download and see the code. Also, may be you can help me before I'll see the code. In general, I wish to make kiev compiler ( http://forestro.com/kiev/ ) to have a egcs frontend mode. The idea is not simply make bytecode and feed egcs with it. Kiev compiler has many nice (I think ;-) ) features which do not fit JVM, or implementation with JVM bytecode restrictions is very slow. So, I need to connect to compiler before I've produced the bytecode, i.e. right after AST completed, and... What's then? I expect to find answers from your code and any comments are welcome ;-) Regards Maxim Kizub