noun
inline expansion
A compiler optimization that replaces a function call with the body of the function to reduce overhead.
コンパイラはインライン展開によって関数呼び出しのオーバーヘッドを削減する。
The compiler reduces function call overhead through inline expansion.
Compound of インライン (from English 'inline') and 展開 (expansion, development).