Runtime

1 revision
#11 week ago
+6
Auto-generated stub article
+**Runtime** refers to the period when a [computer program](/wiki/computer_program) is actively executing, from its start until its termination. During this phase, the system carries out instructions, manages [memory](/wiki/memory), and interacts with its environment.
+## See also
+- [Compiler](/wiki/compiler)
+- [Interpreter](/wiki/interpreter)
+- [Debugging](/wiki/debugging)
... 1 more lines