This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Language extensions ?
- From: Andrew Haley <aph at redhat dot com>
- To: "Robin Garner" <robin dot garner at iname dot com>
- Cc: java at gcc dot gnu dot org
- Date: Fri, 28 Mar 2003 09:31:16 +0000 (GMT)
- Subject: Re: Language extensions ?
- References: <20030328053333.83277.qmail@iname.com>
Robin Garner writes:
> > > Of course suggestions about alternative ways of achieving my aims
> > > gladly accepted !
> >
> > Will http://www.rtj.org/doc/javax/realtime/RawMemoryAccess.html do what you need?
> >
> > Andrew.
>
> I guess it could do some of it, but JMTk would require extensive
> changes which I don't want to have to make.
It looks to me like you could implement VM_Address using only RawMemoryAccess.
Andrew.