Re: [PATCH v2 05/14] tests/plugin: add test plugin for inline operations

2024-01-30 Thread Pierrick Bouvier
On 1/30/24 18:52, Alex Bennée wrote: Pierrick Bouvier writes: On 1/26/24 20:05, Alex Bennée wrote: Pierrick Bouvier writes: 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

Re: [PATCH v2 05/14] tests/plugin: add test plugin for inline operations

2024-01-30 Thread Alex Bennée
Pierrick Bouvier writes: > On 1/26/24 20:05, Alex Bennée wrote: >> Pierrick Bouvier writes: >> >>> 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.

Re: [PATCH v2 05/14] tests/plugin: add test plugin for inline operations

2024-01-29 Thread Pierrick Bouvier
On 1/26/24 20:05, Alex Bennée wrote: Pierrick Bouvier writes: 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

Re: [PATCH v2 05/14] tests/plugin: add test plugin for inline operations

2024-01-26 Thread Alex Bennée
Pierrick Bouvier writes: > 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 >

[PATCH v2 05/14] tests/plugin: add test plugin for inline operations

2024-01-17 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