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: [PATCH] Perform frame_pointer_needed hfp -> cfa replacements even if fp setter is not in the first bb (PR debug/54402)


On Mon, Oct 29, 2012 at 09:46:24PM +0100, Steven Bosscher wrote:
> Will you also add the test case?

There already is, libgo make reflect/check.  I don't see what other kind of
testcase should I provide for that, unless you mean scanning -dA assembly
for DW_OP_fbreg (which would be inherently target specific).

BTW, only the go testcase has been worked on, I haven't been able to
reproduce any significant slowness on the #c0 testcase (perhaps I've been
trying wrong target or options), and the clobber_overlapping_mems
routine, while certainly desirable for correct debug info (without it
debug info might say something is available in a mem where it isn't
available), is still quite expensive and it would be nice to find some
ways to speed it up.

	Jakub


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