FW: Kaffe JVM for Etrax/CRIS

2001-11-06 Thread Mikael Pahmp
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

Kaffe on CRIS/Etrax

2001-08-29 Thread Mikael Pahmp
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

RE: kaffe on embedded linux system

2000-05-18 Thread Mikael Pahmp
> -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

RE: Encoding "ISO8859_1"?

2000-05-15 Thread Mikael Pahmp
> > 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

RE: Kaffe snapshots at http://egp.free.fr/kaffe (Was: softcall_lookupmethod missing in intrp)

2000-05-04 Thread Mikael Pahmp
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

softcall_lookupmethod missing in intrp

2000-05-02 Thread Mikael Pahmp
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