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
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