j
k
j a
j l
might end up not being inlined
FWIW `static FORCEINLINE void ...` should result in it always being inlined, at least with GCC and Clang. `FORCEINLINE` being the Wine macro for `__attribute__((always_inline)) inline`.
Back to the thread
Back to the list