0%

ALL meanings of inline

in·line
I i
  • noun inline (transitive, computing) To optimize using in-line expansion. 1
  • noun Definition of inline in Technology (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. 1
  • noun inline an ornamented type with a line of white or of a contrasting color running just inside the edge and following the contour of each letter. 1
  • adjective inline (of an internal-combustion engine) having the cylinders ranged side by side in one or more rows along the crankshaft. 1
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?