mbox series

[0/4] target/xtensa: Convert to TranslatorOps

Message ID 20180512175724.5923-1-richard.henderson@linaro.org
Headers show
Series target/xtensa: Convert to TranslatorOps | expand

Message

Richard Henderson May 12, 2018, 5:57 p.m. UTC
I have one xtensa image against which to test this.
There are enough options going on here in the xtensa
frontend that this probably needs a better work-out.


r~


Richard Henderson (4):
  target/xtensa: Replace DISAS_UPDATE with DISAS_NORETURN
  target/xtensa: Convert to DisasContextBase
  target/xtensa: Change gen_intermediate_code dc to pointer
  target/xtensa: Convert to TranslatorOps

 target/xtensa/translate.c | 345 +++++++++++++++++++-------------------
 1 file changed, 177 insertions(+), 168 deletions(-)

-- 
2.17.0

Comments

Max Filippov May 22, 2018, 9:39 a.m. UTC | #1
Hi Richard,

On Sat, May 12, 2018 at 10:57 AM, Richard Henderson
<richard.henderson@linaro.org> wrote:
> I have one xtensa image against which to test this.

> There are enough options going on here in the xtensa

> frontend that this probably needs a better work-out.

>

>

> r~

>

>

> Richard Henderson (4):

>   target/xtensa: Replace DISAS_UPDATE with DISAS_NORETURN

>   target/xtensa: Convert to DisasContextBase

>   target/xtensa: Change gen_intermediate_code dc to pointer

>   target/xtensa: Convert to TranslatorOps

>

>  target/xtensa/translate.c | 345 +++++++++++++++++++-------------------

>  1 file changed, 177 insertions(+), 168 deletions(-)


With the change that I've mentioned in response to 4/4:
Tested-by: Max Filippov <jcmvbkbc@gmail.com>

Acked-by: Max Filippov <jcmvbkbc@gmail.com>

for the series.

Would you like to do that change and carry the series yourself
or should I take it?

-- 
Thanks.
-- Max
Richard Henderson May 22, 2018, 8:58 p.m. UTC | #2
On 05/22/2018 02:39 AM, Max Filippov wrote:
> With the change that I've mentioned in response to 4/4:

> Tested-by: Max Filippov <jcmvbkbc@gmail.com>

> Acked-by: Max Filippov <jcmvbkbc@gmail.com>

> for the series.


Thanks.

> Would you like to do that change and carry the series yourself

> or should I take it?


Would you take it, please.


r~
Max Filippov May 23, 2018, 8:36 a.m. UTC | #3
On Tue, May 22, 2018 at 1:58 PM, Richard Henderson
<richard.henderson@linaro.org> wrote:
> On 05/22/2018 02:39 AM, Max Filippov wrote:

>> Would you like to do that change and carry the series yourself

>> or should I take it?

>

> Would you take it, please.


Sure.

-- 
Thanks.
-- Max