By Letter: Non-alphabet | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z
  Email this page to a friend


Inline




<programming> (Or "unfold") To replace a function call with an instance of the function's body.

Actual argument expressions are substituted for formal parameters as in beta reduction.

Inlining is usually done as a compile-time transformation.

If done recklessly (e.g. attempting to inline a recursive function) the compiler will fail to terminate.

If done over-enthusiastically the code size may increase exponentially, e.g. if function f calls g twice, and g calls h twice and h is inlined in g which is inlined in f (in either order) then there will be four copies of h's body in f.

See also linear argument, unfold/fold.



< Previous TermsTerms Containing inlineNext Terms >
Initial Program Loader
initiator
injection
inkjet printer
ink printer
c386
Chimera
C preprocessor
dynamic random access memory
formula
inline image
INMOS transputer
inner join
inner product
InnovAda


Web Standards & Support:

Link to and support eLook.org Powered by LoadedWeb Web Hosting
Valid XHTML 1.0! Valid CSS! eLook.org FireFox Extensions