Translation of activation record into Russian
Noun
technology
- The activation record is pushed onto the stack during a function call.Запись активации помещается в стек во время вызова функции.
Synonyms and analogies of activation record in English
Examples of activation record in a sentence
Debugging requires examining the activation record.
Translations of "activation record" in Context ordered by category and frequency
When tracing the program, the activation record shows current function execution details.
При трассировке программы активная запись показывает детали текущего выполнения функции.
Removing an activation record from the stack frees its resources for future functions.
Удаление активной записи из стека освобождает её ресурсы для будущих функций.
activation record: Examples and translations in context
The compiler generates an activation record to handle variable storage and scope.
Компилятор генерирует активную запись для управления хранением переменных и областью видимости.
The activation record is essential for managing subroutine calls in programming languages.
Активная запись необходима для управления вызовами подпрограмм в языках программирования.
Each function call establishes a new activation record for returning control to the caller.
Каждый вызов функции устанавливает новую активную запись для возврата управления вызывающему.
Every time a function calls another, an activation record is pushed onto the stack.
Каждый раз, когда функция вызывает другую, активная запись добавляется в стек.
Each activation record contains parameters, return addresses, and local variables for a subroutine.
Каждая активная запись содержит параметры, адреса возврата и локальные переменные для подпрограммы.
I learned that the activation record helps maintain state information during execution.
Я узнал, что активная запись помогает поддерживать информацию о состоянии во время выполнения.
When a function is called, a new activation record is created to store its data.
Когда вызывается функция, создаётся новая активная запись для хранения её данных.
The activation record keeps track of information for each active subroutine in use.
Активная запись отслеживает информацию для каждой используемой подпрограммы.