[kaffe] Testing sysdepCallMethod

2008-02-22 Thread Sivaramakrishnan KC
How do i test sysdepCallMethod(). I found this file

http://www.kaffe.org/pipermail/kaffe/2003-May/129976.html

I am testing sysdepCallMethod under i386-linux. It passes the first
test -- CALL(f_v_v, v, 0);. But all other test generates segmentation
fault.

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] kaffe 1.1.9 Spring Cleanup relased

2008-02-22 Thread Michael Franz
This version is still Java 1.4.2?

On Fri, Feb 22, 2008 at 2:40 AM, Dalibor Topic [EMAIL PROTECTED] wrote:

 Hi team,

 I've tagged 1.1.9, and uploaded the source code archives to
 http://www.kaffe.org/~robilad. Jim, when you have time, please send out
 an official release announcement to announce@, I've got to get on the
 road to FOSDEM right away, to make it for the BrandWeg hacking session.

 This release largely cleans up a lot of lose ends, and breaks with
 merging in code into Kaffe, in particular it has switched to using an
 existing installation of GNU Classpath on the system.

 But there is still more stuff to clean up, to make Kaffe a lean, mean
 and tidy little VM, so if you are interested in making it a couple of
 lines of code smaller, please join us.

 This Kaffe release should work better on arm linux and darwin in
 particular, then previous releases. I hope it works well for you too.

 Onward to 1.1.10,
 dalibor topic


 What's New In Kaffe 1.1.9
 

 * Depend on glib for atomic operations
 * Support for JSR 166.
 * Depend on zziplib instead of zlib for JAR reading.
 * Many build system improvements.
 * Simplified threading subsystem interface.
 * Removed support for native big math.
 * Removed libltdl. Kaffe uses an existing installation
   exclusively now.
 * Removed gnu-inet, dnsjava, Tritonus and binreloc.
 * Removed GNU Classpath tools. Kaffe uses an installed javap
   as javap when it's available.
 * Removed gjdoc and ANTLR. Kaffe uses an installed gjdoc as
   javadoc when it's available.
 * Removed GNU Classpath. Kaffe uses an existing GNU Classpath
   installation exclusively now. It needs GNU Classpath 0.95 or
   later.

 ___
 kaffe mailing list
 kaffe@kaffe.org
 http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] Re: kaffe 1.1.9 Spring Cleanup relased

2008-02-22 Thread Jim Pick
Excellent.  I'll try to get it up on the website on Sunday (I have 
out-of-town visitors until then).  Have fun at  FOSDEM!


Cheers,

 - Jim

Dalibor Topic wrote:

Hi team,

I've tagged 1.1.9, and uploaded the source code archives to 
http://www.kaffe.org/~robilad. Jim, when you have time, please send out 
an official release announcement to announce@, I've got to get on the 
road to FOSDEM right away, to make it for the BrandWeg hacking session.


This release largely cleans up a lot of lose ends, and breaks with 
merging in code into Kaffe, in particular it has switched to using an 
existing installation of GNU Classpath on the system.


But there is still more stuff to clean up, to make Kaffe a lean, mean 
and tidy little VM, so if you are interested in making it a couple of 
lines of code smaller, please join us.


This Kaffe release should work better on arm linux and darwin in 
particular, then previous releases. I hope it works well for you too.


Onward to 1.1.10,
dalibor topic


What's New In Kaffe 1.1.9


* Depend on glib for atomic operations
* Support for JSR 166.
* Depend on zziplib instead of zlib for JAR reading.
* Many build system improvements.
* Simplified threading subsystem interface.
* Removed support for native big math.
* Removed libltdl. Kaffe uses an existing installation
  exclusively now.
* Removed gnu-inet, dnsjava, Tritonus and binreloc.
* Removed GNU Classpath tools. Kaffe uses an installed javap
  as javap when it's available.
* Removed gjdoc and ANTLR. Kaffe uses an installed gjdoc as
  javadoc when it's available.
* Removed GNU Classpath. Kaffe uses an existing GNU Classpath
  installation exclusively now. It needs GNU Classpath 0.95 or
  later.



___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] Re: Kaffe HEAD on OS X 10.4.11

2008-02-22 Thread Michael Franz
I was incorrect about the jit, the jit and jit3 are not supported and do not
configure.  I thought that since I did not specify intrp it would use jit.
 I noticed that it built using the intrp.  When I configured for jit/jit3 I
get:Configuration i386-darwin does not support the jit/jit3 engine

Michael
On Thu, Feb 21, 2008 at 10:30 PM, Michael Franz [EMAIL PROTECTED] wrote:

 Hi,
 I have been able to get cvs head to build and run on OS X.  The intrp and
 JIT both work and run with 29 of 149 failures.  The boehm-gc hangs the
 process.

 This is x86.

 Michael

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe