Question:
Is there any situation where compiler will not take function as inline(note function is not big)
Answer:
1. when using recursion
2. when using loops inside functions
3. when taking function addresses
Question:
Is there any situation where compiler will not take function as inline(note function is not big)
Answer:
1. when using recursion
2. when using loops inside functions
3. when taking function addresses