Skip to main content
local call

local call

3.7
A request in a program that runs inside the same process and is not sent to another computer
  • noun
  • /ˈloʊkəl kɔl/
  • Specialized
translation icon : llamada local
  • When debugging, she stepped through each local call to verify the correct variable values were passed.

Examples

  • Microservices turned many local calls into remote requests across containers during migration.

  • The function made a local call to retrieve data.

  • The compiler optimizes a local call by inlining it to eliminate function-call overhead.

  • You can optimize your code with a local call instead of a remote one.

  • In computing, a local call is executed within the same process, avoiding network overhead.

  • The function uses a local call to improve performance since it doesn't require inter-process communication.

  • Developers often prefer a local call for functions that need to access shared resources quickly.

Synonyms

call
vslocal call
  • Specialized
72 7.5

An instruction that makes a program run a separate set of commands

runs inside the same process rather than invoking execution in another process
function call
vslocal call
  • Specialized
1 4.4

An instruction in a program that runs a small piece of code and then returns

runs inside the same process address space rather than across a network

How Local

local call
  • Specialized
3.7
interprocess
  • Specialized
6.8

Surface Forms

local call singular
local calls plural

Morphology

local + call

The meaning 'a function/procedure call that executes within the same process' is directly compositional: 'local' (within the same area/scope) modifies 'call' (an invocation), so it denotes a call that is local. This simple adjective+noun pattern and the cross-linguistic notion of locality make the technical sense readily inferable to a B1 learner who knows both constituents.

Etymology

Local call in computing uses the same simple idea as phones. A local call happens inside the same program or computer, not over a network, so it is quicker and simpler to run, which is why it means 'a call that runs within the same program or machine'.