local call
- noun
- /ˈloʊkəl kɔl/
- Specialized
- 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
An instruction that makes a program run a separate set of commands
An instruction in a program that runs a small piece of code and then returns
How Local
- Specialized
- Specialized
Surface Forms
Morphology
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'.