Re: [Qemu-devel] [PATCH] exec.c: Fix calculation of code_gen_buffer_max_size

2011-07-12 Thread Blue Swirl
Thanks, applied. On Wed, Jul 6, 2011 at 2:07 PM, Peter Maydell peter.mayd...@linaro.org wrote: Ping? On 22 June 2011 11:58, Peter Maydell peter.mayd...@linaro.org wrote: When calculating the point at which we should not try to put another TB into the code gen buffer, we have to allow not

Re: [Qemu-devel] [PATCH] exec.c: Fix calculation of code_gen_buffer_max_size

2011-07-06 Thread Peter Maydell
Ping? On 22 June 2011 11:58, Peter Maydell peter.mayd...@linaro.org wrote: When calculating the point at which we should not try to put another TB into the code gen buffer, we have to allow not just for OPC_MAX_SIZE but OPC_BUF_SIZE. This is because the target translate.c will only stop when

[Qemu-devel] [PATCH] exec.c: Fix calculation of code_gen_buffer_max_size

2011-06-22 Thread Peter Maydell
When calculating the point at which we should not try to put another TB into the code gen buffer, we have to allow not just for OPC_MAX_SIZE but OPC_BUF_SIZE. This is because the target translate.c will only stop when an instruction has put it past the OPC_MAX_SIZE limit, so we have to include the