inline
- adjective
- /ˈɪnˌlaɪn/
- Specialized
- Using inline code helps reduce the overhead associated with traditional function calls.
Examples
-
It doesn't do inline rescaling, and this is actually really cool how it goes from horizontal to vertical Portugal landscape.
-
It doesn't do inline rescaling, and this is actually really cool how it goes from horizontal to Portugal landscape.
-
So instead of writing def, I have inline defined a function.
-
We're just dropping this inline function in here, and it's going to compute this from this.
-
As a related point, inline JavaScript, that is, JavaScript that is on the page and not on an external style sheet, shouldn't come between CSS and other resources.
Blog text (27) -
An inline function is expanded directly at the point where it is called, improving execution speed.
-
The compiler optimized the code by replacing the normal function with an inline version during compilation.
Compounds
- Specialized
A small row of tiny switches on a computer board used to set hardware options
How Inlined
- Specialized
- Specialized
- Specialized
- Specialized
Surface Forms
Morphology
Etymology
Inline in computing keeps the same idea: in + line means 'put inside the place where it is used'. An inline function is placed directly where the code uses it, so the program does not need to jump to another place to run it.