Advertisement - Continue reading below

Definition of "inlining" [inlining]

  • Present participle of inline. (verb)

Wiktionary.org : Text is available under the Creative Commons Attribution-ShareAlike License

Use "inlining" in a sentence
  • "Especially note that a static const value declared in the class itself can be considered for "inlining" -- that is, the compiler doesn't need to generate an external symbol for the value since all implementations are guaranteed to know it."
  • "Hotspot can do massive inlining, which is very important for dealing with layers of virtual invocation."
  • "A benefit of compiler-controlled loop unrollling is that the compiler applies the optimizations of common subexpression elimination, constant propogation, code motion out of loops, and function call inlining both before and after unrolling the loop."