Examples of using Stack frame in English and their translations into Greek
{-}
-
Colloquial
-
Official
-
Medicine
-
Ecclesiastic
-
Financial
-
Official/political
-
Computer
Stack frame operations.
Detection and merging of recursive stack frame cycles.
Each stack frame corresponds to a call to a subroutine which has not yet terminated with a return.
When compose returns, the stack frame containing f and g is discarded.
The stack frame at the top of the stack is for the currently executing routine.
BP/EBP/RBP: Stack base pointer for holding the address of the current stack frame.
The stack frame of a function contains one or more entries specifying exception handlers.
Qiao fixed frame, is used for cargo unit consolidation, storage of a kind of equipment,also known as the stack frame.
In other environments,the caller has a preallocated area at the top of its stack frame to hold the arguments it supplies to other subroutines it calls.
For example, the stack frame of codice_2 would have a memory location holding the frame pointer value that codice_1 uses(not shown in the diagram above).
In some environments, the caller pushes each argument onto the stack, thus extending its stack frame, then invokes the callee.
For example, in the diagram above, the stack frame of DrawLine would have a memory location holding the frame pointer value that DrawSquare uses.
In most compiled programs,this local state is stored on the call stack in a data structure called an activation record or stack frame.
In most systems a stack frame has a field to contain the previous value of the frame pointer register, the value it had while the caller was executing.
However, because, by definition, the existence of a downwards funarg is contained in the execution of the function that creates it, the stack frame for the function can usually still be stored on the stack. .
Managing stack frames on the heap is much less efficient than on the stack, so this strategy may significantly degrade performance.
Different subroutines have differing numbers of parameters,so that part of the stack frame will be different for different subroutines, although usually fixed across all activations of a particular subroutine.
Therefore, the stack frame containing the called function's state variables must not be deallocated when the function returns, violating the stack-based function call paradigm.
This operation requires the stack to be unwound,removing as many stack frames as necessary to restore the proper context to transfer control to the target statement within the enclosing outer function.
For some purposes, the stack frame of a subroutine and that of its caller can be considered to overlap, the overlap consisting of the area where the parameters are passed from the caller to the callee.
This will typically restore saved register values(such as the frame pointer value) from the stack frame, pop the entire stack frame off the stack by changing the stack pointer value, and finally branch to the instruction at the return address.
The idea involves stacking frame building inside the hard wood of the"skeleton" of sufficient heat insulation layer.
Factory direct prices on new and used portable stacking storage racks,pallet stacking frames and rigid or collapsible corrugated metal containers move more material, cut handling time.
Maximum& frame stack size.
Start in debuggerStarts the debugger with the project's main executable. You may set some breakpoints before this, or you can interrupt the program while it is running, in order toget information about variables, frame stack, and so on.