inline
adj. having the parts aligned; being an integral part of a successive sequence of operations or machines | ||||
Search Dictionary:
Inline definition was found in categories: Computer & Internet(1) Language, Idioms & Slang(1) Encyclopedia(1)
Inline Definition from Computer & Internet Dictionaries & Glossaries
| FOLDOC |
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.
(1994-11-03)
<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.
(1994-11-03)
Inline Definition from Language, Idioms & Slang Dictionaries & Glossaries
Inline Definition from Encyclopedia Dictionaries & Glossaries
| Wikipedia English - The Free Encyclopedia |
Inline
inline may relate to:
- Inline citation or reference
- Inline engine
- Computers
- Inline skating -- see Roller skating
| See more at Wikipedia.org... |
