Re: [kaffe] patch for kaffe1.0.7jit3 code runing on MIPS

2004-07-11 Thread Dalibor Topic
Hi Yoshiharu, Yoshiharu Oba wrote: Yes!, I will be try to make a new build with a fresh CVS head in weekend. and test it myself. I expect acquiring the great performance. I will be able to report the result of a test to you even at next week.Please wait a little. No problem, thanks ! I've

Re: [kaffe] patch for kaffe1.0.7jit3 code runing on MIPS

2004-07-08 Thread Dalibor Topic
Yoshiharu Oba wrote: Hi Dalibor I appreciate your advice very much. Now I'm writing a changelog and remake a new patch, It's also included. Hi Yoshiharu, thanks for the updated patch and the ChangeLog. I've started to merge parts of it in. Since Dylan Schell's port to PS2Linux is already in the

Re: [kaffe] patch for kaffe1.0.7jit3 code runing on MIPS

2004-07-08 Thread Dalibor Topic
Casey Marshall wrote: Dalibor == Dalibor Topic [EMAIL PROTECTED] writes: Dalibor Yoshiharu Oba wrote: Hi Dalibor I appreciate your advice very much. Now I'm writing a changelog and remake a new patch, It's also included. Dalibor Thanks a lot! I'll go through it, and see what needs to be Dalibor

Re: [kaffe] patch for kaffe1.0.7jit3 code runing on MIPS

2004-07-08 Thread Casey Marshall
Dalibor == Dalibor Topic [EMAIL PROTECTED] writes: Dalibor Casey Marshall wrote: Dalibor == Dalibor Topic [EMAIL PROTECTED] writes: Dalibor Yoshiharu Oba wrote: Hi Dalibor I appreciate your advice very much. Now I'm writing a changelog and remake a new patch, It's also included. Dalibor

Re: [kaffe] patch for kaffe1.0.7jit3 code runing on MIPS

2004-07-08 Thread Timothy Stack
There is libunwind http://www.hpl.hp.com/research/linux/libunwind/, but it only supports x86 and IA-64. GCC has fairly sophisticated unwinding support, in gcc/unwind*. For MIPS, and probably most other architectures too, it uses the DWARF-2 debugging format for unwinding, because that

Re: [kaffe] patch for kaffe1.0.7jit3 code runing on MIPS

2004-07-08 Thread Casey Marshall
Timothy == Timothy Stack [EMAIL PROTECTED] writes: There is libunwind http://www.hpl.hp.com/research/linux/libunwind/, but it only supports x86 and IA-64. GCC has fairly sophisticated unwinding support, in gcc/unwind*. For MIPS, and probably most other architectures too, it uses the

Re: [kaffe] patch for kaffe1.0.7jit3 code runing on MIPS

2004-07-08 Thread Dalibor Topic
Dalibor Topic wrote: Yoshiharu Oba wrote: Hi Dalibor I appreciate your advice very much. Now I'm writing a changelog and remake a new patch, It's also included. Hi Yoshiharu, thanks for the updated patch and the ChangeLog. I've started to merge parts of it in. Since Dylan Schell's port to

Re: [kaffe] patch for kaffe1.0.7jit3 code runing on MIPS

2004-07-07 Thread Yoshiharu Oba
Hi Dalibor I appreciate your advice very much. Now I'm writing a changelog and remake a new patch, It's also included. Wed Jul 07 11:00:00 JST 2004 Yoshiharu Oba [EMAIL PROTECTED] * config/mips/common.h: Defined the PS2LINUX macro and undefine the MIPSII instructions macro. the

Re: [kaffe] patch for kaffe1.0.7jit3 code runing on MIPS

2004-07-07 Thread Dalibor Topic
Yoshiharu Oba wrote: Hi Dalibor I appreciate your advice very much. Now I'm writing a changelog and remake a new patch, It's also included. Thanks a lot! I'll go through it, and see what needs to be applied to the CVS head. It's great that you got JIT JIT3 to work. I'd like to get your changes

[kaffe] patch for kaffe1.0.7jit3 code runing on MIPS

2004-07-05 Thread Yoshiharu Oba
Hi,all I happy to say, I solved the few error in the MIPS series on the JIT3. The MIPS architecture machine code was generated by JIT3, It has a following errors, I thought. 1. Can't trace the exception inside the NATIVE or INTERFACE handling code. 2. Can't catch the signal as well. 3.