Friday, July 31, 2009

How does the C++ compiler treat an inline function?

the compiler , instead of generating a call to this function will copy the code of the function , this will speed up the code of this fuction , but it tends to create bigger code.

kudzu

No comments:

Post a Comment