This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix stop condition in dwarf2 execute_cfa_program


On Sat, Dec 22, 2001 at 04:08:32AM +0000, Jason Merrill wrote:
> 1) Revert your change and declare that any delay slot adjustments must be
>    reflected in the dwarf unwind information before the call.
> 2) Shift the adjustments for a BARRIER to the second insn after the call.
> 3) Extend dwarf2 unwind information to accommodate out-of-order execution
>    information.

I vote for 1.

I think it only means that we'll have to adjust final to show
dwarf2out the SEQUENCE before it's broken up into individual
instructions.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]