A "spilled inline function" is an inline function that is not inlined.
When a compiler cannot inline a function into an object file, it needs to "spill" a copy of it into the object file. It places calls to this function instead of inlining the function.
No comments:
Post a Comment