Questions about GCJ

Ranjit Mathew rmathew@hotmail.com
Fri Oct 10 06:14:00 GMT 2003


Harmanpaul S Gill wrote:
> Hello Sir/Madam,
> 
> I wanted to request the following information about
> GCJ project which I couldn't find online , please
> provide me a link or contact of a person who can help
> me.

Use the GCJ mailing list: java@gcc.gnu.org


> 1. How is concurrency achieved in GCJ?

The runtime library maps threads to the
host OS's threading facilities. For example,
on Win32 it uses Win32 threads while on
Linux it uses POSIX threads.


> 2. How is the decison made on accepting a
> contribution/code? 

Trivial/small contributions are accepted
if they look OK without much of a hassle. For
significant/large changes, you need to assign
copyrights for your contributions to FSF
via signed assignment papers (dead-tree format
sent via snail-mail).


> 3. Is the conversion of Java source code to native
> machine  code with GCJ equal to running it?

What does this mean? Can you elaborate or
rephrase this?

Ranjit.

-- 
Ranjit Mathew          Email: rmathew AT hotmail DOT com

Bangalore, INDIA.      Web: http://ranjitmathew.tripod.com/




More information about the Gcc mailing list