Re: [Qemu-devel] [PATCH 1/7] Emit debug_insn for CPU_LOG_TB_OP_OPT as well.

2012-09-25 Thread Aurelien Jarno
On Mon, Sep 24, 2012 at 02:55:47PM -0700, Richard Henderson wrote: > For all targets that currently call tcg_gen_debug_insn_start, > add CPU_LOG_TB_OP_OPT to the condition that gates it. > > This is useful for comparing optimization dumps, when the > pre-optimization dump is merely noise. > > Sig

[Qemu-devel] [PATCH 1/7] Emit debug_insn for CPU_LOG_TB_OP_OPT as well.

2012-09-24 Thread Richard Henderson
For all targets that currently call tcg_gen_debug_insn_start, add CPU_LOG_TB_OP_OPT to the condition that gates it. This is useful for comparing optimization dumps, when the pre-optimization dump is merely noise. Signed-off-by: Richard Henderson --- target-alpha/translate.c | 2 +- target-