well, I don’t think adding inline for many function is a good idea. When you declare a function as inline, it’s code is copied everywhere this function is called 🙁
well, I don’t think adding inline for many function is a good idea. When you declare a function as inline, it’s code is copied everywhere this function is called 🙁
Never in my post did I discuss when you should or shouldn’t inline functions. But yes, inlining tends to increase code size due to copying, and inlining does not always improve performance.
Never in my post did I discuss when you should or shouldn’t inline functions. But yes, inlining tends to increase code size due to copying, and inlining does not always improve performance.
I really appreciate your post and you explain each and every point very well.Thanks for sharing this information.And I’ll love to read your next post too.
Regards: NABH