From: Andrew Haley <aph@cambridge.redhat.com>
To: Clemens Eisserer <linuxhippy@freemail.de>
Cc: java@gcc.gnu.org
Subject: Re: Re: Newbie Questions
Date: Tue, 07 May 2002 06:59:00 -0000 [thread overview]
Message-ID: <15575.56784.467047.74246@cuddles.cambridge.redhat.com> (raw)
In-Reply-To: <38739E33.2090706@freemail.de>
Clemens Eisserer writes:
> Wow! Thanks for that much and fast feedback! I never expected that ;-))
>
> >Don't worry. But it is called "gcj".
> >
> I'm very sorry. I knew that there was something wrong ;-) ....
>
> >The difference is that our runtime is a shared library.
> >
> Hmm, maybe i didnt ask right... Is the code-output of gcj native code or
> is it just "tarned" as executable and interpreted by libgcj?
> Are also all imported java-classes (java.io.*.....) nativly compiled or
> will they be "linked" by the libgcj and interpreted (.clss-Files).
We compile Java source (or bytecode if you prefer) to native code and
execute that. Our Java runtime library, libgcj, is also native code.
If you want to, libgcj can also load bytecode and interpret it[*]. We
don't usually do that, but it is sometimes useful and the Java
standard requires it.
Andrew.
[*] Not all targets support interpreted code.
next prev parent reply other threads:[~2002-05-07 13:59 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-06 10:13 Clemens Eisserer
2002-05-06 10:20 ` Tom Tromey
2002-05-06 10:55 ` Clemens Eisserer
2002-05-06 13:01 ` Tom Tromey
2002-05-07 6:59 ` Andrew Haley [this message]
2002-05-06 10:40 ` Jeff Sturm
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=15575.56784.467047.74246@cuddles.cambridge.redhat.com \
--to=aph@cambridge.redhat.com \
--cc=java@gcc.gnu.org \
--cc=linuxhippy@freemail.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).