Re: [PATCH 03/12] tests/plugin: add test plugin for inline operations

2024-01-15 Thread Pierrick Bouvier
On 1/15/24 13:04, Alex Bennée wrote:> Pierrick Bouvier writes:> On 1/13/24 21:16, Alex Bennée wrote: Pierrick Bouvier writes: On 1/12/24 21:20, Alex Bennée wrote: Pierrick Bouvier writes: On 1/11/24 19:57, Philippe Mathieu-Daudé wrote: Hi Pierrick, On 11/1/24 15:23, Pierrick Bouvier wro

Re: [PATCH 03/12] tests/plugin: add test plugin for inline operations

2024-01-15 Thread Alex Bennée
Pierrick Bouvier writes: > On 1/13/24 21:16, Alex Bennée wrote: >> Pierrick Bouvier writes: >> >>> On 1/12/24 21:20, Alex Bennée wrote: Pierrick Bouvier writes: > On 1/11/24 19:57, Philippe Mathieu-Daudé wrote: >> Hi Pierrick, >> On 11/1/24 15:23, Pierrick Bouvier wrote:

Re: [PATCH 03/12] tests/plugin: add test plugin for inline operations

2024-01-14 Thread Pierrick Bouvier
On 1/13/24 21:16, Alex Bennée wrote: Pierrick Bouvier writes: On 1/12/24 21:20, Alex Bennée wrote: Pierrick Bouvier writes: On 1/11/24 19:57, Philippe Mathieu-Daudé wrote: Hi Pierrick, On 11/1/24 15:23, Pierrick Bouvier wrote: For now, it simply performs instruction, bb and mem count, an

Re: [PATCH 03/12] tests/plugin: add test plugin for inline operations

2024-01-13 Thread Alex Bennée
Pierrick Bouvier writes: > On 1/12/24 21:20, Alex Bennée wrote: >> Pierrick Bouvier writes: >> >>> On 1/11/24 19:57, Philippe Mathieu-Daudé wrote: Hi Pierrick, On 11/1/24 15:23, Pierrick Bouvier wrote: > For now, it simply performs instruction, bb and mem count, and ensure > t

Re: [PATCH 03/12] tests/plugin: add test plugin for inline operations

2024-01-12 Thread Pierrick Bouvier
On 1/12/24 21:20, Alex Bennée wrote: Pierrick Bouvier writes: On 1/11/24 19:57, Philippe Mathieu-Daudé wrote: Hi Pierrick, On 11/1/24 15:23, Pierrick Bouvier wrote: For now, it simply performs instruction, bb and mem count, and ensure that inline vs callback versions have the same result. La

Re: [PATCH 03/12] tests/plugin: add test plugin for inline operations

2024-01-12 Thread Alex Bennée
Pierrick Bouvier writes: > On 1/11/24 19:57, Philippe Mathieu-Daudé wrote: >> Hi Pierrick, >> On 11/1/24 15:23, Pierrick Bouvier wrote: >>> For now, it simply performs instruction, bb and mem count, and ensure >>> that inline vs callback versions have the same result. Later, we'll >>> extend it w

Re: [PATCH 03/12] tests/plugin: add test plugin for inline operations

2024-01-11 Thread Pierrick Bouvier
On 1/11/24 19:57, Philippe Mathieu-Daudé wrote: Hi Pierrick, On 11/1/24 15:23, Pierrick Bouvier wrote: For now, it simply performs instruction, bb and mem count, and ensure that inline vs callback versions have the same result. Later, we'll extend it when new inline operations are added. Use e

Re: [PATCH 03/12] tests/plugin: add test plugin for inline operations

2024-01-11 Thread Philippe Mathieu-Daudé
Hi Pierrick, On 11/1/24 15:23, Pierrick Bouvier wrote: For now, it simply performs instruction, bb and mem count, and ensure that inline vs callback versions have the same result. Later, we'll extend it when new inline operations are added. Use existing plugins to test everything works is a bit

[PATCH 03/12] tests/plugin: add test plugin for inline operations

2024-01-11 Thread Pierrick Bouvier
For now, it simply performs instruction, bb and mem count, and ensure that inline vs callback versions have the same result. Later, we'll extend it when new inline operations are added. Use existing plugins to test everything works is a bit cumbersome, as different events are treated in different