This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: ARM EABI and eclipse-ecj
Steven Newbury writes:
>
> --- Andrew Haley <aph-gcc@littlepinkcloud.COM> wrote:
> > I just got a nearly perfect set of test scores. Throw_2 is expected
> > (indeed, designed) to fail, so no problem there. TestClosureGC is a
> > weird one, but not worth worrying about ATM. As far as I can see
> > we're good to go.
> >
> > Let me know your results.
>
> I won't be able to do much until later in the week. I have noticed that gij is
> quite a bit slower than jamvm (using libffi) on some benchmark tests,
That's true on all platforms: gij is a very simple bytecode
interpreter. gcj wins with precompilation.
Andrew.