[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [dist-obj] ahead-of-time Java compilers ?
- To: dist-obj@distributedcoalition.org
- Subject: [dist-obj] ahead-of-time Java compilers ?
- From: Dmitri Kondratiev <d_kondr@yahoo.com>
- Date: Sat, 22 Sep 2001 13:37:21 -0700 (PDT)
- Delivered-To: distcoal-dist-obj-archive@distributedcoalition.org
- Delivered-To: mailing list dist-obj@distributedcoalition.org
- In-Reply-To: <3BA5EC6A.43DF8CFF@softwired-inc.com>
- list-help:
- list-post:
- list-unsubscribe:
- Mailing-List: contact dist-obj-help@distributedcoalition.org; run by ezmlm
A little on the side, but I hope this may be an
interesting thread for many dist-objers.
I am looking for info on existing today ahead-of-time
Java compilers. Any experience here ? In particular,
has anybody used GNU GCJ [http://gcc.gnu.org/java/]
compiler for serious programming ?
Also any references to open source C++ Linux/QNX
libraries (not STL) similar to Java Collections
Framework, java.io and java.net packages are also
needed.
Thanks a lot for your input !
Dima
---
The GNU Compiler for the Java Programming Language:
http://gcc.gnu.org/java/
GCJ is a portable, optimizing, ahead-of-time compiler
for the Java Programming Language. It can compile:
Java source code
directly to native machine code,
Java source code to
Java bytecode (class files),
and Java bytecode
to native machine code.
Compiled applications are linked with the GCJ runtime,
libgcj, which provides the core class libraries, a
garbage collector, and a bytecode interpreter. libgcj
can dynamically load and interpret class files,
resulting in mixed compiled/interpreted applications.
__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. http://im.yahoo.com
==========================================================================
To manage your subscription, mailto:dist-obj-help@distributedcoalition.org
Archives, FAQ, etc. http://www.distributedcoalition.org/mailing_lists/