Examples of using Call stack in English and their translations into Spanish
{-}
-
Colloquial
-
Official
A call stack is used for several related purposes,
it will push another return address onto the call stack, and so on,
The call stack works well as a place for these parameters, especially since each call to a subroutine, which will have differing values for parameters, will be given separate space on the call stack for those values.
it is not uncommon that space for these parameters may be laid out in the call stack.
were reserved for call stack, internal use,
Since the call stack is organized as a stack, the caller pushes the return address onto the stack, and the called subroutine, when it finishes, pulls or pops the return address off the call stack and transfers control to that address.
the caller's return position need not be saved on the call stack; when the recursive call returns,
Along the way we will be examining call stacks, scoping and variables.
Complete JavaScript call stacks accompany exceptions in the console.
external debugging tools will provide call stacks.
Trace() calls that print current JavaScript call stacks.
memory, call stacks and other elements.
memory, call stacks and other elements.
The UTL_CALL_STACK package provides an interface to provide information about currently executing subprograms.
This thread dump gives you the call stacks of all open asynchronous tasks.
In every MQL5 program, a special memory area called stack is allocated for storing local function variables that are created automatically.
activated tags on two Amazon EC2 instances, one tag called Cost Center and another tag called Stack.
memory addresses and call stacks, high-level languages deal with variables,
String description of the call stack.
Displays the current call stack. Get-PSDrive.