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