Примери коришћења Call stack на Енглеском и њихови преводи на Српски
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Latin
-
Cyrillic
For instance, on platforms where the call stack does not just contain the return address, but also the parameters for the subroutine, the compiler may need to emit instructions to adjust the call stack.
it will then use the call stack to save the contents of any registers(such as the return address)
Every recursive function can be transformed into an iterative function by replacing recursive calls with iterative control constructs and simulating the call stack with a stack explicitly managed by the program.[11][12].
Taking regular-time samples of the call stack can be useful in profiling the performance of programs, because if a subroutine's pointer
the top part of the call stack might be laid out like in the adjacent picture.
return values) in a call stack is a security risk,
so the implementation can choose to implement all 32 to provide maximum call stack efficiency, or to implement only three to reduce cost
return values) in a call stack is a security risk,
Now she was supposed to call Stack.
Avoids recursion, which uses a call stack and consumes memory and time.
the specifics of the call stack are usually hidden from the programmer.
fewer functions assigned to the call stack.
the primary purpose of a call stack is to store the return addresses.
which is a local mirror of the call stack.
The typical call stack is used for the return address,
As nested calls accumulate, a call stack structure is formed,
many modern compilers try to delay the use of a call stack until it is really needed.
The return address is saved, usually on the process's call stack, as part of the operation of making the subroutine call. .
Although maintenance of the call stack is important for the proper functioning of most software,
Typically, this information is saved on the call stack, a simple list of return locations in order of the times that the call locations they describe were reached.