Function inlining has been proposed as an efficient compiler optimization technique.It expands a function call site into the actual implementation of the function.
英
美
- 内联优化是一种有效的编译优化技术,它通过将函数体直接嵌入到调用点来消除函数调用开销。
