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


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.

It's only for incremental mode, which I don't recommend using.

Andrew Haley wrote:
> 
> Looking at that patch again, I guess it leads to some inefficiency on
> non-IA64 systems.  I will throw #ifdef IA64 around it if people think
> it's necessary, but I don't like to clutter code with #ifdefs that
> aren't essential.
> 
> 2000-06-19  Andrew Haley  <aph@cygnus.com>
> 
>         * os_dep.c (read): Pass two dummy args to syscall().
> 
> Andrew.

--
Jeff Sturm
jeff.sturm@appnet.com

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