[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: classpath ./ChangeLog gnu/classpath/Configurati...
From: |
Brian Jones |
Subject: |
Re: classpath ./ChangeLog gnu/classpath/Configurati... |
Date: |
19 Jan 2003 20:53:16 -0500 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Tom Tromey <address@hidden> writes:
> I suppose one idea would be that you could compile Classpath once and
> use it for all (non-libgcj) VMs. That does make sense as a goal.
> OTOH there is already one bit of Configuration.java that is
> VM-specific, namely INIT_LOAD_LIBRARY. But perhaps since it is fairly
> gcj-specific, it doesn't count.
It's VM specific... some VMs load native libs and some don't. For
instance JRVM doesn't since all libs are in Java and call VM specific
pieces for more "native" functionality.
--
Brian Jones <address@hidden>