java-patches@gcc.gnu.org
[Top] [All Lists]

Re: Patch: FYI: Interpreter: SAVE_PC before resolve_pool_entry

Subject: Re: Patch: FYI: Interpreter: SAVE_PC before resolve_pool_entry
From: Tom Tromey
Date: 13 Jul 2006 17:16:13 -0600
>>>>> "Bryce" == Bryce McKinlay <mckinlay@xxxxxxxxxx> 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

<Prev in Thread] Current Thread [Next in Thread>