Wiki

Clone wiki

inf225 / glossary / Inlining

[Alphabetical Index | Tag Index]

Inlining

A technique in language processing where a call to a function or procedure is replaced by the code being called. Often used as part of code optimisation; removes abstraction introduced by the programmer.

[Wikipedia]

Updated