This is the mail archive of the java-patches@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: IA-64 Boehm gc patch


> Date: Mon, 19 Jun 2000 15:18:30 -0400
> From: Jeff Sturm <jeff.sturm@appnet.com>
> 
> Actually we don't use that read wrapper unless MPROTECT_VDB is defined,
> and last I checked it was disabled in libgcj due to problems with
> linuxthreads.

Well, MPROTECT_VDB is unconditionally defined for IA64.  I'm guessing
that there's a good reason for this.  I'm not using linuxthreads yet,
so I get to use syscall().

Are you saying that we could just as well use readv() as syscall()?

Andrew.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]