This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Hash synchronization patch, version 2
- To: "Boehm, Hans" <hans_boehm at hp dot com>
- Subject: Re: Hash synchronization patch, version 2
- From: Tom Tromey <tromey at redhat dot com>
- Date: 23 Feb 2001 14:39:47 -0700
- Cc: Java Discuss List <java at gcc dot gnu dot org>
- References: <140D21516EC2D3119EE7009027876644049B5C27@hplex1.hpl.hp.com>
- Reply-To: tromey at redhat dot com
>>>>> "Hans" == Boehm, Hans <hans_boehm@hp.com> writes:
Hans> I attached libjava/gcj/hash_sync.h separately, since I still
Hans> haven't found the cvs diff option to include it.
`cvs add' the file (this won't change the repository until you commit)
and then use `cvs diff -N'.
Hans> If this works for some other people, I would like to see it
Hans> checked into the development tree (not the 3.0 branch), but not
Hans> yet enabled by default (even on x86 linux, which is currently
Hans> the only tested platform).
Do you still want this or would you prefer we wait until revision 3 of
the patch?
I haven't had time to read the patch yet :-(
Tom