This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: division
- To: "Anthony Green" <green at redhat dot com>
- Subject: Re: division
- From: Tom Tromey <tromey at redhat dot com>
- Date: 22 Oct 2001 11:19:17 -0600
- Cc: "Java at Gcc dot Gnu. Org" <java at gcc dot gnu dot org>
- References: <02b501c15a55$295a7a80$5be6b4cd@cygnus.com>
- Reply-To: tromey at redhat dot com
>>>>> "Anthony" == Anthony Green <green@redhat.com> writes:
Anthony> Would it be safe for gcj to emit a regular division sequence
Anthony> instead of the _Jv_divI call when the divisor is a non-zero
Anthony> constant?
It depends on what the regular division sequence does in the one other
strange case handled by _Jv_divI.
Tom