On 6/14/19 10:11 AM, Alex Bennée wrote:
> From: "Emilio G. Cota"
>
> Plugins might allocate per-TB data that then they get passed each
> time a TB is executed (via the *userdata pointer).
>
> Notify plugin code every time a code cache flush occurs, so
> that plugins can then reclaim the memory o
From: "Emilio G. Cota"
Plugins might allocate per-TB data that then they get passed each
time a TB is executed (via the *userdata pointer).
Notify plugin code every time a code cache flush occurs, so
that plugins can then reclaim the memory of the per-TB data.
Reviewed-by: Alex Bennée
Signed-o