Re: [PATCH v2 0/3] Static initcalls

2025-01-24 Thread Jerome Forissier
On 1/24/25 10:10, Jerome Forissier wrote: > Re: [PATCH v2 0/3] Static initcalls Apologies for the wrong reroll count. This is actually v5 as mentioned in the change log. -- Jerome

[PATCH v2 0/3] Static initcalls

2025-01-24 Thread Jerome Forissier
This series replaces the dynamic initcalls (with function pointers) with static calls, and gets rid of initcall_run_list(), init_sequence_f, init_sequence_f_r and init_sequence_r. This makes the code simpler and the binary slighlty smaller: -2281 bytes/-0.21 % with LTO enabled and -510 bytes/-0.05