Wiki

Clone wiki

inf225public / 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