Compilers Flashcards
1
Q
What is function inlining?
A
A manual or compiler optimization that replaces a function call site with the body of the called function
Computer Science > Compilers > Flashcards
What is function inlining?
A manual or compiler optimization that replaces a function call site with the body of the called function