Function (computer programming) (redirect from Subroutines)
In computer programming, a function (also procedure, method, subroutine, routine, or subprogram) is a callable unit of software logic that has a well-defined...
54 KB (6,633 words) - 05:40, 24 October 2024
Call stack (category Subroutines)
stack is a stack data structure that stores information about the active subroutines of a computer program. This type of stack is also known as an execution...
26 KB (3,569 words) - 13:03, 2 October 2024
subroutine is a subroutine which cannot in turn call another subroutine. Some compilers can apply special program optimizations to leaf subroutines,...
460 bytes (61 words) - 00:06, 12 April 2020
Threaded code (redirect from Subroutine threading)
where the code has a form that essentially consists entirely of calls to subroutines. It is often used in compilers, which may generate code in that form...
31 KB (3,996 words) - 12:35, 7 October 2024
Parameter (computer programming) (category Subroutines)
special kind of variable used in a subroutine to refer to one of the pieces of data provided as input to the subroutine. These pieces of data are the values...
30 KB (3,858 words) - 18:40, 31 October 2024
Reentrancy (computing) (redirect from Reentrant (subroutine))
Reentrancy is a programming concept where a function or subroutine can be interrupted and then resumed before it finishes executing. This means that the...
18 KB (2,028 words) - 02:44, 7 September 2024
dictionary. In computer programming, a thunk is a subroutine used to inject a calculation into another subroutine. Thunks are primarily used to delay a calculation...
15 KB (1,871 words) - 03:40, 12 November 2024
Library (computing) (redirect from Subroutine library)
to implement a computer program. Historically, a library consisted of subroutines (generally called functions today). The concept now includes other forms...
26 KB (3,102 words) - 21:00, 3 November 2024
idempotent subroutines where at least one subroutine is different from the others, however, is not necessarily idempotent if a later subroutine in the sequence...
22 KB (2,899 words) - 11:40, 6 November 2024
for short) is a register which holds the address to return to when a subroutine call completes. This is more efficient than the more traditional scheme...
6 KB (655 words) - 11:18, 26 July 2024