qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 12/26] target/mips: Extract nanoMIPS ISA translation routines


From: Richard Henderson
Subject: Re: [PATCH 12/26] target/mips: Extract nanoMIPS ISA translation routines
Date: Sat, 21 Nov 2020 12:04:27 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote:
> Extract 4800 lines from the huge translate.c to a new file,
> 'isa-nanomips_translate.c.inc'. As there are too many inter-
> dependencies we don't compile it as another object, but
> keep including it in the big translate.o. We gain in code
> maintainability.
> 
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  target/mips/translate.c                  | 4838 +--------------------
>  MAINTAINERS                              |    1 +
>  target/mips/isa-nanomips_translate.c.inc | 4839 ++++++++++++++++++++++
>  3 files changed, 4841 insertions(+), 4837 deletions(-)
>  create mode 100644 target/mips/isa-nanomips_translate.c.inc

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~




reply via email to

[Prev in Thread] Current Thread [Next in Thread]