Re: [RFC PATCH 00/37] target/i386: new decoder + AVX implementation

2022-09-13 Thread Richard Henderson
On 9/12/22 00:03, Paolo Bonzini wrote: target/i386: remove old SSE decoder Patch 37 never arrived, but I can imagine what it looked like. :-) The series is looking good. All of the nits were minor. r~

[RFC PATCH 00/37] target/i386: new decoder + AVX implementation

2022-09-11 Thread Paolo Bonzini
This series fleshes out more of the prototype table-driven decoder and uses it to implement SSE and AVX. As expected, there's a lot more lines here than in Paul's version (roughly twice as much), but in my opinion it is a price worth paying for future maintainability and for easier code review. N