This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: FYI: Interpreter: SAVE_PC before resolve_pool_entry
- From: Tom Tromey <tromey at redhat dot com>
- To: Bryce McKinlay <mckinlay at redhat dot com>
- Cc: Java Patches <java-patches at gcc dot gnu dot org>
- Date: 13 Jul 2006 17:16:13 -0600
- Subject: Re: Patch: FYI: Interpreter: SAVE_PC before resolve_pool_entry
- References: <44B6B755.6010100@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Bryce" == Bryce McKinlay <mckinlay@redhat.com> writes:
Bryce> This patch rearranges the SAVE_PC sites to fix the problem. I'm
Bryce> checking it in to trunk.
Thanks!
Bryce> insn_fdiv:
Bryce> {
Bryce> + SAVE_PC();
We don't actually need it in this case.
Floating point division can't throw.
Tom