public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Andreas Tobler <toa@pop.agri.ch>
To: Keith Seitz <keiths@redhat.com>
Cc: Java Patch List <java-patches@gcc.gnu.org>
Subject: Re: [RFA/GC] redefine thread suspension interface for all platforms
Date: Tue, 18 Jul 2006 20:21:00 -0000	[thread overview]
Message-ID: <44BD42C7.1090806@pop.agri.ch> (raw)
In-Reply-To: <44BD3258.1020505@redhat.com>

Hi Keith,

Keith Seitz wrote:
> [pardon the top post]
> 
> Ping.
> 
> If anyone has a system other than x86 linux, powerpc darwin, or x86 
> cygwin an can test this patch (it doesn't take much time to rebuild 
> boehm-gc and libjava), I would be very, very grateful...

Ok, I run a build on linux-pcc, hpux-pa. sparc-solaris8 multilib and 
powerpc-apple-darwin8.7.0. All except darwin seem to build boehm-gc 
(hpux-pa is also outstanding but this is due to build times). I have to 
test each but it looks promising.
Darwin fails! Do you have a very ancient darwin os running?
Below you see what I have to do to make it build on darwin-pcc.

The libjava tests will take a while, I'll give u an update.

Andreas

>> Index: include/gc.h
>> ===================================================================
>> --- include/gc.h    (revision 115072)
>> +++ include/gc.h    (working copy)
>> @@ -1036,18 +1036,35 @@
>>  #  include  "gc_local_alloc.h"
>>  #endif
>>  
>> +      /* External thread suspension support. These functions do not
>> +       * implement suspension counts or any other higher-level 
>> abstraction.
>> +       * Threads which have been suspended numerous times will resume 
>> with
>> +       * the very first call to GC_resume_thread.
>> +       */
>> +#if defined(GC_DARWIN_THREADS)

#  include <mach/thread_act.h>

>> +      typedef thread_act_t GC_thread_t;
>> +#elif defined(GC_SOLARIS_PTHREADS)


  reply	other threads:[~2006-07-18 20:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-06 21:25 Keith Seitz
2006-07-18 19:11 ` Keith Seitz
2006-07-18 20:21   ` Andreas Tobler [this message]
2006-07-19 11:49     ` Andreas Tobler
2006-07-19 16:38       ` Keith Seitz
2006-07-19 19:45         ` Andreas Tobler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44BD42C7.1090806@pop.agri.ch \
    --to=toa@pop.agri.ch \
    --cc=java-patches@gcc.gnu.org \
    --cc=keiths@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).