Re: kaffe wont' recognize that gmp is installed

2000-11-07 Thread Edouard G. Parmelan
[EMAIL PROTECTED] wrote: Hers' waht I get [root@rootdown jokes]# grep mpz_get_d /usr/local/include/gmp.h #define mpz_get_d __gmpz_get_d Well, thanks for that, GMP 3 rename function mpz_get_d to __gmpz_get_d. If you have autoconf 2.13, apply this patch: diff -u -r1.147 configure.in ---

incremental gc

2000-11-07 Thread Fang Wei Jian
Until now, there is no incremental gc implementation in kaffe. Incremental gc is of necessity to provide a non-disruptive java program execution, especially when working in a real-time or interactive environment. Is there any plan to implement incremental gc in kaffe? fwj

Re: kaffe wont' recognize that gmp is installed

2000-11-07 Thread sipher42
Thanks. Where do i get this patch? : diff -u -r1.147 configure.in : --- configure.in2000/07/24 19:58:35 1.147 : +++ configure.in2000/11/07 11:51:23 : @@ -597,6 +597,10 @@ : : dnl Check for libraries for math library. : AC_CHECK_LIBRARY(gmp,mpz_get_d,MATH_LIBS) : +if

Re: kaffe wont' recognize that gmp is installed

2000-11-07 Thread sipher  
Ok I think I guessed at what this does even thoguh I could get this diff command to work. I just whent in and manually added all the things you have with a + next to it inbetween the indicated lines I did a make clean. I ran autoconf in my Kaffe dir. I removed config.cache and I ran

Re: incremental gc

2000-11-07 Thread Philippe Laporte
Hi, Concurrent incremental gc is in development and should be integrated in the near future. In kaffe 1.0.6, it is mem2. -- Philippe Laporte Optimization Engineer Tel: (510) 527-4025 ext 14 Transvirtual Technologies, Inc., Fax: (510) 559-3287 Berkeley, CA, USA. Email: [EMAIL PROTECTED]

Re: incremental gc

2000-11-07 Thread Godmar Back
Concurrent incremental gc is in development and should be integrated in the near future. In kaffe 1.0.6, it is mem2. mem2 is only in Transvirtual's still private tree. It's not part of the public tree, and neither is it part of 1.0.6. - Godmar

Re: incremental gc

2000-11-07 Thread Philippe Laporte
Sorry, yet, the two versions will be merged soon enough Regards Godmar Back wrote: Concurrent incremental gc is in development and should be integrated in the near future. In kaffe 1.0.6, it is mem2. mem2 is only in Transvirtual's still private tree. It's not part