Translation of stack frame into Russian
Noun
computer science
- The debugger displayed the contents of the stack frame.Отладчик показал содержимое стекового кадра.
Synonyms and analogies of stack frame in English
Examples of stack frame in a sentence
Each stack frame contains local variables and return addresses.
Translations of "stack frame" in Context ordered by category and frequency
Every time you call a method, a new stack frame is generated.
Каждый раз, когда вы вызываете метод, создается новый стековый кадр.
Each stack frame is usually stored in contiguous memory locations.
Каждый стековый кадр обычно хранится в смежных ячейках памяти.
Print the stack frame at a given depth
Вывести кадр стека с заданной глубиной
When you use return, GDB discards the selected stack frame (and all frames within it).
Когда вы используете return, GDB уничтожает выбранный кадр стека (и все кадры
Other translations for stack frame:
- стековый фреймn.
- стековая структураn.
- кадре стека
stack frame: Examples and translations in context
A stack frame includes return addresses and parameters for the function.
Стековый кадр включает адреса возврата и параметры для функции.
The stack frame enables easy tracking of function calls and returns.
Стековый кадр позволяет легко отслеживать вызовы функций и возвраты.
The stack frame holds the local variables for each subroutine call made.
Стековый кадр содержит локальные переменные для каждого вызова подпрограммы.
Each stack frame is removed after the subroutine execution is complete.
Каждый стековый кадр удаляется после завершения выполнения подпрограммы.
When a function is called, a new stack frame is created on the stack.
Когда вызывается функция, на стеке создается новый стековый кадр.
The stack frame could be reused for both functions.
Кадр стека может быть повторно использован для обеих функции.
In fact, it turns out that if you have a recursive function that calls itself as its last action, then you can reuse the stack frame of that function.
В самом деле оказывается, что если у вас есть рекурсивную функцию, которая называет себя как его последнее действие, то вам можно повторно использовать кадр стека из этой функции.
Programmers were passing data structures into functions long before 1966, when Dahl and Nygaard moved the function call stack frame to the heap and invented OO.
Программисты передавали структуры в функции задолго до 1966 года, когда Даль и Нюгор перенесли кадр стека функции в динамическую память и изобрели ОО.
See also: