Re: [kaffe] Freeing jit temp data on demand (Was: Re: JavaLayer 0.3.0 works)

2003-09-18 Thread Dalibor Topic
Hi Tim, it's getting better but it's not perfect yet ;) now the jit frees its temp data, but I don't hear a sound anymore and the cpu usage is at ninety-something percent ;) when I run kaffe with -verbosecall and pipe the output to a file, I can hear some sound, but it skips. Weird. Could you

Re: [kaffe] kaffe plugin

2003-09-18 Thread Gwenole Beauchesne
On Wed, 17 Sep 2003, nmag only wrote: I'm very interested in getting kaffe plugin and working on it. Is there somebody working already on it? Incidentally, I had a look at it one day last week. Also looked at merging the mechanics from gcjwebplugin. But I stopped, no time, sorry. There is a

Re: [kaffe] kaffe plugin

2003-09-18 Thread Gwenole Beauchesne
On Thu, 18 Sep 2003, Gwenole Beauchesne wrote: Incidentally, I had a look at it one day last week. Also looked at merging the mechanics from gcjwebplugin. But I stopped, no time, sorry. There is a typo to fix in jni_cpp.h though. /me is too lagged behind. 2003-08-25 Mark Wielaard [EMAIL

Re: [kaffe] Freeing jit temp data on demand (Was: Re: JavaLayer 0.3.0

2003-09-18 Thread Timothy Stack
Hi Tim, it's getting better but it's not perfect yet ;) bah, i suck now the jit frees its temp data, but I don't hear a sound anymore and the cpu usage is at ninety-something percent ;) when I run kaffe with -verbosecall and pipe the output to a file, I can hear some sound, but it

[kaffe] CVS kaffe (stack): Fix compile error for ipv6 stuff

2003-09-18 Thread Kaffe CVS
PatchSet 4045 Date: 2003/09/18 15:26:53 Author: stack Branch: HEAD Tag: (none) Log: Fix compile error for ipv6 stuff Members: ChangeLog:1.1641-1.1642 libraries/clib/net/NetworkInterface.c:1.5-1.6 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.1641 kaffe/ChangeLog:1.1642

Re: [kaffe] CVS kaffe (dalibor): Fix for gcc 3.2.3 build error on arm-linux

2003-09-18 Thread Dalibor Topic
Kaffe CVS wrote: PatchSet 4046 Date: 2003/09/18 16:46:24 Author: dalibor Branch: HEAD Tag: (none) Log: Fix for gcc 3.2.3 build error on arm-linux gcc 3.2.3 doesn't like multi-line string literals at all, and aborts with a parse error. This fixes it for arm linux. It still aborts with a compile

[kaffe] CVS kaffe (guilhem): MD updates for ARM Linux (SIGNAL_ARGS, ...) + reindentation of toURI and File(UR

2003-09-18 Thread Kaffe CVS
PatchSet 4047 Date: 2003/09/18 18:29:01 Author: guilhem Branch: HEAD Tag: (none) Log: MD updates for ARM Linux (SIGNAL_ARGS, ...) + reindentation of toURI and File(URI) Members: ChangeLog:1.1643-1.1644 config/arm/linux/jit-md.h:1.4-1.5 config/arm/linux/md.h:1.3-1.4

Re: [kaffe] CVS kaffe (guilhem): MD updates for ARM Linux (SIGNAL_ARGS, ...) + reindentation of toURI and File(UR

2003-09-18 Thread Guilhem Lavaux
Kaffe CVS wrote: PatchSet 4047 Date: 2003/09/18 18:29:01 Author: guilhem Branch: HEAD Tag: (none) Log: MD updates for ARM Linux (SIGNAL_ARGS, ...) + reindentation of toURI and File(URI) If someone can try this change on ARM linux... like for the rest I used jit-md.h to write the macros.

[kaffe] CVS kaffe (kaz): toURI() of kaffe/libraries/javalib/java/io/File.java was written by

2003-09-18 Thread Kaffe CVS
PatchSet 4048 Date: 2003/09/18 22:49:45 Author: kaz Branch: HEAD Tag: (none) Log: toURI() of kaffe/libraries/javalib/java/io/File.java was written by Dalibor Topic [EMAIL PROTECTED] on 2002-11-21. Members: ChangeLog:1.1644-1.1645 libraries/javalib/java/io/File.java:1.38-1.39