Re: [Qemu-devel] [PATCH 04/13] target-openrisc: sync flags only when necessary

2013-10-29 Thread Richard Henderson
On 10/29/2013 12:04 PM, Sebastian Macke wrote: > Very often the delayed slot flag is set only to be removed > one instruction later. This patch sets this flag > only on instructions which could fail and at the end > of a translation block if necessary. This is something else you'd probably be bett

[Qemu-devel] [PATCH 04/13] target-openrisc: sync flags only when necessary

2013-10-29 Thread Sebastian Macke
Very often the delayed slot flag is set only to be removed one instruction later. This patch sets this flag only on instructions which could fail and at the end of a translation block if necessary. Signed-off-by: Sebastian Macke --- target-openrisc/translate.c | 6 +- 1 file changed, 5 inser