Inline function increase size of code

Does an inline function always increase the size of the generated executable.

Inline function increase size of code

Not neceesarily.. if the funciton is small enough that its smaller thatn the jump instructrions and argument stack creatation and return value copy code while making function calls, then the inline function call will turn out to produce smaller code size