This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Another BigInteger bug.
- To: "Boehm, Hans" <hans_boehm at hp dot com>
- Subject: Re: Another BigInteger bug.
- From: Tom Tromey <tromey at redhat dot com>
- Date: 17 Aug 2001 15:28:50 -0600
- Cc: Per Bothner <per at bothner dot com>, "'mjr at anarcast dot net'" <mjr at anarcast dot net>, "'java-patches at gcc dot gnu dot org'" <java-patches at gcc dot gnu dot org>
- References: <140D21516EC2D3119EE7009027876644049B5FE1@hplex1.hpl.hp.com>
- Reply-To: tromey at redhat dot com
>>>>> "Hans" == Boehm, Hans <Hans_boehm@hp.com> writes:
Hans> It looks to me like this patch basically does two things:
Hans> I think (1) is a huge improvement in correctness but, if I
Hans> understand the code correclty, (2) is probably a mild regression
Hans> in performance. I'd prefer a patch that only did (1), but this
Hans> is clearly a net improvement.
Thanks. I'm going to check it in then.
Tom