Re: [kaffe] JIT3 def files and instruction reuse

2004-08-29 Thread Kiyo Inaba
Hi Michael, Michael Franz wrote: >Sorry, I am looking at the PowerPC JIT3 from the JanOSVM (based on >kaffe). Does this mean other processors treat references and other >types differently? And there is no reuse for JIT instructions? If I >have to define the instruction as HAVE_add_ref addr_RRR

[kaffe] CVS kaffe (dalibor): Only define pthreads stat_* for debugging

2004-08-29 Thread Kaffe CVS
PatchSet 5121 Date: 2004/08/29 23:43:23 Author: dalibor Branch: HEAD Tag: (none) Log: Only define pthreads stat_* for debugging 2004-08-30 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffevm/systems/unix-pthreads/thread-impl.c: (stat_act, stat_susp, stat_block) Only define if de

[kaffe] CVS kaffe (dalibor): Added missing header to gc.c

2004-08-29 Thread Kaffe CVS
PatchSet 5122 Date: 2004/08/30 00:32:32 Author: dalibor Branch: HEAD Tag: (none) Log: Added missing header to gc.c 2004-08-30 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffevm/gc.c: Include jmalloc.h to fix compiler warnings. 2 Members: ChangeLog:1.2678->1.2679 kaf

Re: [kaffe] patch for unix-jthreads: thread dump on demand

2004-08-29 Thread jrandom
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 One of these days I'll remember the changelog... 2004-08-30 jrandom <[EMAIL PROTECTED]> * kaffe/kaffevm/systems/unix-jthreads/jthread.c: (handleInterrupt): Dump the threads on SIGUSR2. (dumpJavaThreadLocal): Added.

[kaffe] patch for unix-jthreads: thread dump on demand

2004-08-29 Thread jrandom
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi y'all, Here's a quick patch to let unix-jthreads dump the thread info to stdout on SIGUSR2 (SIGUSR1 is taken by some deadlock code). This just reuses a bunch of existing code to spit out the state of each thread (e.g. "`Admin Listener:4002' tid 0x

[kaffe] CVS kaffe (dalibor): Only define tDumpList for debugging

2004-08-29 Thread Kaffe CVS
PatchSet 5120 Date: 2004/08/29 22:56:53 Author: dalibor Branch: HEAD Tag: (none) Log: Only define tDumpList for debugging 2004-08-29 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffevm/systems/unix-pthreads/thread-impl.c (tDumpList): Only define if debugging is enabled. Members

Re: [kaffe] JIT3 def files and instruction reuse

2004-08-29 Thread Kiyo Inaba
Hi Michael, Michael Franz wrote: >Since some functions within the JIT3 are the same for different types >(add_int and add_ref) and are defined as such in jit3-icode.h >#define HAVE_add_int add_RRR >#define HAVE_add_ref add_RRR That's not true, or at least not precise. For m68k jit3 they are defin

[kaffe] CVS kaffe (dalibor): Made dump_signal_handler static

2004-08-29 Thread Kaffe CVS
PatchSet 5119 Date: 2004/08/29 15:20:09 Author: dalibor Branch: HEAD Tag: (none) Log: Made dump_signal_handler static 2004-08-29 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffevm/systems/unix-pthreads/thread-impl.c (dump_signal_handler): Made static. Members: ChangeL

[kaffe] CVS kaffe (dalibor): Fixed small compiler warning by making a function static

2004-08-29 Thread Kaffe CVS
PatchSet 5117 Date: 2004/08/29 13:50:22 Author: dalibor Branch: HEAD Tag: (none) Log: Fixed small compiler warning by making a function static 2004-08-29 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffevm/jit3/machine.c (findFakeCall): Made static. Members: ChangeLog:

[kaffe] CVS kaffe (dalibor): Only define findFakeCall when it's needed

2004-08-29 Thread Kaffe CVS
PatchSet 5118 Date: 2004/08/29 14:26:40 Author: dalibor Branch: HEAD Tag: (none) Log: Only define findFakeCall when it's needed 2004-08-29 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffevm/jit3/machine.c (findFakeCall): Only define if HAVE_branch_and_link is defined. Members:

[kaffe] CVS kaffe (dalibor): Resynced with GNU Classpath: Arrays - sorting fixes

2004-08-29 Thread Kaffe CVS
PatchSet 5116 Date: 2004/08/29 10:36:20 Author: dalibor Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: Arrays - sorting fixes 2004-08-29 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/java/util/Arrays.java: Resynced with GNU Classpath. 2004-08-27 M

[kaffe] CVS kaffe (dalibor): Resynced with GNU Classpath: RenderingHints

2004-08-29 Thread Kaffe CVS
PatchSet 5115 Date: 2004/08/29 10:01:12 Author: dalibor Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: RenderingHints 2004-08-29 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/java/awt/RenderingHints.java: Resynced with GNU Classpath. 2004-08-27 Da

[kaffe] CVS kaffe (dalibor): Resynced with GNU Classpath.

2004-08-29 Thread Kaffe CVS
PatchSet 5114 Date: 2004/08/29 09:37:53 Author: dalibor Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath. 2004-08-29 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/java/awt/geom/Area.java: Resynced with GNU Classpath. 2004-08-27 Sven de Marothy