This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: IA-64 Boehm gc patch
- To: java-patches at sourceware dot cygnus dot com
- Subject: Re: IA-64 Boehm gc patch
- From: Andrew Haley <aph at pasanda dot cygnus dot co dot uk>
- Date: 19 Jun 2000 18:56:46 -0000
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.