RE: [kaffe] Help regarding kaffe-mozilla-oji plugin

2002-05-29 Thread Dalibor Topic
Hi Eugene, --- Byrne, Eugene [EMAIL PROTECTED] wrote: How do I unsubscribe? Try the mailman web interface at: http://www.kaffe.org/cgi-bin/mailman/listinfo/kaffe cheers, dalibor topic __ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA

Re: [kaffe] problem on arm/linux with todays CVS

2002-05-29 Thread Alexander Popov
Just for the protocol: The problem seams to exist with jit engine, but not with the intrp... Regards, Alexander Popov wrote: Hi, I've just crossed the CVS code from 29 05 2002 for arm but the VM doesn't seem to work at all. Here is the starting string and the output that I get: --

Re: [kaffe] Optimization?

2002-05-29 Thread Dalibor Topic
hi Jukka, --- Jukka Santala [EMAIL PROTECTED] wrote: On Tue, 28 May 2002, Dalibor Topic wrote: Wouldn't it be nicer if the VM did that kind of optimization automatically? Imagine the following: a Yes, I had a thought of that, too, especially since Kaffe already has the

RE: [kaffe] The trouble with Klasses.jar

2002-05-29 Thread Dalibor Topic
Hi Mikael, --- Mikael Pahmp [EMAIL PROTECTED] wrote: A would like to explore the possibility to build different Klasses.jar that are compatible with the J2ME CDC (Connected Device Configuration), Foundation Profile and perhaps Personal Profile. They are essentially subsets of JDK1.3 with

Re: [kaffe] Optimization?

2002-05-29 Thread Jukka Santala
On Wed, 29 May 2002, Dalibor Topic wrote: The feedback framework sounds nice, although I thought about a simpler implementation based on a classloader that inlines small methods before defining a class. It This is rather bad form for embedded environments; typically there are thousands (at

RE: [kaffe] The trouble with Klasses.jar

2002-05-29 Thread Mikael Pahmp
-Original Message- From: Dalibor Topic [mailto:[EMAIL PROTECTED]] --- Mikael Pahmp [EMAIL PROTECTED] wrote: A would like to explore the possibility to build different Klasses.jar that are compatible with the J2ME CDC (Connected Device Configuration), Foundation Profile and

Re: [kaffe] Bug : Bugs with current CVS version

2002-05-29 Thread Dalibor Topic
Hi Nicolas, --- Le Sommer Nicolas [EMAIL PROTECTED] wrote: I have found 2 bugs in the current CVS version (28 May 2002) thanks for reporting the bug. -- Bug#1 Installation : Compilation of java classes (make

[kaffe] Kaffe with MSVC

2002-05-29 Thread XycsoscyX
Is there any simple way to compile Kaffe with MSVC to embed it in an application? I've looked over all the FAQ's, and online for any other sources. I know Kaffe is a standalone java interpreter, but it's also embedable into other applications. I wanted to compile it into either a DLL or

[kaffe] Bug : Bugs in CVS version

2002-05-29 Thread Le Sommer Nicolas
Hi, I have found 2 bugs in the current CVS version (25 May 2002) -- Bug#1 Installation : Compilation of java classes (make build-classes) -- Compiling classes

[kaffe] Kaffe CVS: kaffe jim

2002-05-29 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: jim 02/05/29 12:13:25 Modified files: . : ChangeLog Makefile.in configure configure.in config : Makefile.am Makefile.in include: Makefile.in kaffe :

[kaffe] Kaffe CVS: kaffe jim

2002-05-29 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: jim 02/05/29 12:47:16 kaffe/config/ia64 Update of /cvs/kaffe/kaffe/config/ia64 In directory loco:/tmp/cvs-serv1250/config/ia64 Log Message: Directory /cvs/kaffe/kaffe/config/ia64 added to the repository

[kaffe] Kaffe CVS: kaffe jim

2002-05-29 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: jim 02/05/29 12:48:35 kaffe/config/ia64/linux Update of /cvs/kaffe/kaffe/config/ia64/linux In directory loco:/tmp/cvs-serv1448/config/ia64/linux Log Message: Directory /cvs/kaffe/kaffe/config/ia64/linux added to the

[kaffe] Kaffe CVS: kaffe jim

2002-05-29 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: jim 02/05/29 13:00:18 Modified files: . : ChangeLog kaffe/kaffevm : debug.c debug.h Added files: config/s390: common.h threads.h config/s390/linux: config.frag md.c md.h

[kaffe] Re: PATCH: truncated class handling

2002-05-29 Thread Jim Pick
It looks good, so I checked it in. Tell me if I screwed it up. (The patch queue is looking a lot shorter...) Cheers, - Jim On Mon, 2002-04-15 at 15:49, Patrick Tullmann wrote: I discovered the other day that Kaffe didn't correctly handle truncated class files (it just segfaulted, and