FYI.
-Original Message-
From: Mikael Pahmp [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 06, 2001 11:13
To: dev-etrax
Subject: Kaffe JVM for Etrax/CRIS
Kaffe, a Java Virtual Machine, with support for Etrax/CRIS is now available for
download at http:/developer.axis.com.
The port
I'm working on porting Kaffe to Axis' Etrax CPU. It uses an RISC architecture called
CRIS. More info can be found at http://developer.axis.com.
The CRIS ABI breaks some assumptions made in Kaffe about memory alignment. More
specifically, Kaffe expects local function variables to be aligned on
> -Original Message-
> From: "Clemens Kühnle" [mailto:[EMAIL PROTECTED]]
>
> Hello
>
> I want to use the kaffe vm on an embedded linux system.
> Has anybody experiance with minimizing the vm?
> I don't need the awt classes and graphic libraries,
> How can i move the unneeded things?
> W
> > there any kind of "IANA" for such Java encodings so one
> > could tell whether the name for an encoding is "ISO8859_1",
> > "ISO-8859-1", "8859_1", "LATIN1", "IBM819" or "CP819" (and
> > therefore, who's to blame if an unknown encoding is used)?
> > Or can one just invent them?
>
> Don't kno
I've managed to get out through our firewall and get CVS access to the Kaffe anonymous
CVS and will use that way.
Thanks anyway.
/Mikael
> -Original Message-
> From: Edouard G. Parmelan [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 04, 2000 10:23 AM
> To: Mikael
When compiling the snapshot from yesterday with engine set to intrp, the linker
reports softcall_lookupmethod as missing. This method is called from
kaffe/kaffevm/kaffe.def and used to be defined in kaffe/kaffevm/intrp/icode.h. The
latter file now instead contains a define of softcall_lookupi