Re: [PATCH 5/5] contrib/plugins: add ips plugin example for cost modeling

2024-05-29 Thread Alex Bennée
Pierrick Bouvier writes: > On 5/29/24 05:13, Alex Bennée wrote: >> Pierrick Bouvier writes: >> (Added Philip to CC) >> >>> On 5/28/24 12:57, Alex Bennée wrote: Pierrick Bouvier writes: > On 5/28/24 12:14, Alex Bennée wrote: >> Pierrick Bouvier writes: >> >>> This plu

Re: [PATCH 5/5] contrib/plugins: add ips plugin example for cost modeling

2024-05-29 Thread Pierrick Bouvier
On 5/29/24 05:13, Alex Bennée wrote: Pierrick Bouvier writes: (Added Philip to CC) On 5/28/24 12:57, Alex Bennée wrote: Pierrick Bouvier writes: On 5/28/24 12:14, Alex Bennée wrote: Pierrick Bouvier writes: This plugin uses the new time control interface to make decisions about the st

Re: [PATCH 5/5] contrib/plugins: add ips plugin example for cost modeling

2024-05-29 Thread Alex Bennée
Pierrick Bouvier writes: (Added Philip to CC) > On 5/28/24 12:57, Alex Bennée wrote: >> Pierrick Bouvier writes: >> >>> On 5/28/24 12:14, Alex Bennée wrote: Pierrick Bouvier writes: > This plugin uses the new time control interface to make decisions > about the state of time

Re: [PATCH 5/5] contrib/plugins: add ips plugin example for cost modeling

2024-05-28 Thread Pierrick Bouvier
On 5/28/24 12:57, Alex Bennée wrote: Pierrick Bouvier writes: On 5/28/24 12:14, Alex Bennée wrote: Pierrick Bouvier writes: This plugin uses the new time control interface to make decisions about the state of time during the emulation. The algorithm is currently very simple. The user speci

Re: [PATCH 5/5] contrib/plugins: add ips plugin example for cost modeling

2024-05-28 Thread Alex Bennée
Pierrick Bouvier writes: > On 5/28/24 12:14, Alex Bennée wrote: >> Pierrick Bouvier writes: >> >>> This plugin uses the new time control interface to make decisions >>> about the state of time during the emulation. The algorithm is >>> currently very simple. The user specifies an ips rate which

Re: [PATCH 5/5] contrib/plugins: add ips plugin example for cost modeling

2024-05-28 Thread Pierrick Bouvier
On 5/28/24 12:14, Alex Bennée wrote: Pierrick Bouvier writes: This plugin uses the new time control interface to make decisions about the state of time during the emulation. The algorithm is currently very simple. The user specifies an ips rate which applies per core. If the core runs ahead of

Re: [PATCH 5/5] contrib/plugins: add ips plugin example for cost modeling

2024-05-28 Thread Alex Bennée
Pierrick Bouvier writes: > This plugin uses the new time control interface to make decisions > about the state of time during the emulation. The algorithm is > currently very simple. The user specifies an ips rate which applies > per core. If the core runs ahead of its allocated execution time th

[PATCH 5/5] contrib/plugins: add ips plugin example for cost modeling

2024-05-16 Thread Pierrick Bouvier
This plugin uses the new time control interface to make decisions about the state of time during the emulation. The algorithm is currently very simple. The user specifies an ips rate which applies per core. If the core runs ahead of its allocated execution time the plugin sleeps for a bit to let re