Re: [PATCH 00/17] target/mips: Convert MSA ASE to decodetree

2020-12-08 Thread Jiaxun Yang
在 2020/12/8 上午8:36, Philippe Mathieu-Daudé 写道: Finally, we use decodetree with the MIPS target. Starting easy with the MSA ASE. 2700+ lines extracted from helper.h and translate.c, now built as an new object: mod-msa_translate.o. While the diff stat is positive by 86 lines, we actually (re)m

Re: [PATCH 00/17] target/mips: Convert MSA ASE to decodetree

2020-12-08 Thread Philippe Mathieu-Daudé
On 12/8/20 1:39 AM, Philippe Mathieu-Daudé wrote: > On Tue, Dec 8, 2020 at 1:37 AM Philippe Mathieu-Daudé wrote: >> >> Finally, we use decodetree with the MIPS target. >> >> Starting easy with the MSA ASE. 2700+ lines extracted >> from helper.h and translate.c, now built as an new >> object: mod-m

Re: [PATCH 00/17] target/mips: Convert MSA ASE to decodetree

2020-12-07 Thread Philippe Mathieu-Daudé
On Tue, Dec 8, 2020 at 1:37 AM Philippe Mathieu-Daudé wrote: > > Finally, we use decodetree with the MIPS target. > > Starting easy with the MSA ASE. 2700+ lines extracted > from helper.h and translate.c, now built as an new > object: mod-msa_translate.o. > > While the diff stat is positive by 86

[PATCH 00/17] target/mips: Convert MSA ASE to decodetree

2020-12-07 Thread Philippe Mathieu-Daudé
Finally, we use decodetree with the MIPS target. Starting easy with the MSA ASE. 2700+ lines extracted from helper.h and translate.c, now built as an new object: mod-msa_translate.o. While the diff stat is positive by 86 lines, we actually (re)moved code, but added (C) notices. The most interest