Re: [PATCH 09/26] target/mips: Extract Code Compaction ASE translation routines

2020-11-21 Thread Richard Henderson
On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote: > Extract 1200 lines from the huge translate.c to a new file, > 'ase-mips16e_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 > main

[PATCH 09/26] target/mips: Extract Code Compaction ASE translation routines

2020-11-20 Thread Philippe Mathieu-Daudé
Extract 1200 lines from the huge translate.c to a new file, 'ase-mips16e_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é --- tar