This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCJ information
- From: Tom Tromey <tromey at redhat dot com>
- To: "Ghanta, Bose" <bose dot ghanta at stratus dot com>
- Cc: "'java at gcc dot gnu dot org'" <java at gcc dot gnu dot org>
- Date: 12 Dec 2001 08:34:45 -0700
- Subject: Re: GCJ information
- References: <95AE3CDB3543D511883A0020485B38B90263F342@exna3.stratus.com>
- Reply-to: tromey at redhat dot com
>>>>> "Bose" == Ghanta, Bose <bose.ghanta@stratus.com> writes:
Bose> When do we expect to see Gcj 3.1 release (approximate timeframe)?
See http://gcc.gnu.org/develop.html.
According to that, gcj 3.1 will be available April 15 2002.
Bose> Dynamic loading of native code
Yes.
Bose> Dynamic dependency analysis
Bose> Minimal compilation
What do you mean?
Bose> Does not require dynamic linking in OS
You mean shared libraries? You can build libgcj statically. There
may be some warts there, though, as people don't regularly test this.
Tom