Re: [PATCH 06/10] plugins/loader: compile loader only once

2025-02-25 Thread Richard Henderson
On 2/25/25 03:08, Alex Bennée wrote: There is very little in loader that is different between builds save for a tiny user/system mode difference in the plugin_info structure. Create two new files, user and system to hold mode specific helpers and move loader into common_ss. Signed-off-by: Alex B

[PATCH 06/10] plugins/loader: compile loader only once

2025-02-25 Thread Alex Bennée
There is very little in loader that is different between builds save for a tiny user/system mode difference in the plugin_info structure. Create two new files, user and system to hold mode specific helpers and move loader into common_ss. Signed-off-by: Alex Bennée --- plugins/plugin.h| 6 ++