Re: [kaffe] Threads & Boehm GC

2004-07-24 Thread Guilhem Lavaux
Helmer Krämer wrote: On Sat, 24 Jul 2004 11:59:40 +0200 Guilhem Lavaux <[EMAIL PROTECTED]> wrote: Helmer Krämer wrote: On Sat, 24 Jul 2004 09:38:08 +0200 Guilhem Lavaux <[EMAIL PROTECTED]> wrote: Hi, It seems that the Boehm-GC needs to catch a number of pthread calls. This is not e

Re: [kaffe] Threads & Boehm GC

2004-07-24 Thread Helmer Krämer
On Sat, 24 Jul 2004 11:59:40 +0200 Guilhem Lavaux <[EMAIL PROTECTED]> wrote: > Helmer Krämer wrote: > > >On Sat, 24 Jul 2004 09:38:08 +0200 > >Guilhem Lavaux <[EMAIL PROTECTED]> wrote: > > > >Hi, > > > > > > > >>It seems that the Boehm-GC needs to catch a number of pthread calls. > >>This is n

Re: [kaffe] Threads & Boehm GC

2004-07-24 Thread Guilhem Lavaux
Helmer Krämer wrote: On Sat, 24 Jul 2004 09:38:08 +0200 Guilhem Lavaux <[EMAIL PROTECTED]> wrote: Hi, It seems that the Boehm-GC needs to catch a number of pthread calls. This is not evident to implement in kaffe but I think I can do the following: [...] Any comments ? why does the gc_pth

Re: [kaffe] Threads & Boehm GC

2004-07-24 Thread Helmer Krämer
On Sat, 24 Jul 2004 09:38:08 +0200 Guilhem Lavaux <[EMAIL PROTECTED]> wrote: Hi, > It seems that the Boehm-GC needs to catch a number of pthread calls. > This is not evident to implement in kaffe but I think I can do the > following: > [...] > Any comments ? why does the gc_pthread_redirects.h

[kaffe] Threads & Boehm GC

2004-07-24 Thread Guilhem Lavaux
Hi, It seems that the Boehm-GC needs to catch a number of pthread calls. This is not evident to implement in kaffe but I think I can do the following: * I'll add a new GC call getCollectorName which will return "boehm-gc" in this case and "kaffe-gc" for the other. * in systems/unix-pthreads the