On Tue, 23 Jun 2020 03:13:35 +0000 Kirsher, Jeffrey T wrote: > In patch 8, the functions are not so small and simple. Are you sure > the compiler would inline them if we did not explicitly 'inline' > them? I want to make sure before making that change.
I'm not, but why are they supposed to be inlined - programming promisc seems hardly to be so performance sensitive we can't take a function call... Also can the functions be reordered there so no forward declarations are needed?