8. Runtime
A compiler's runtime can be defined as all the code that is linked with each program to enable it to run properly.
The runtime handles the functions that support the code generated by the compiler. Typically, these functions are: (1) program initialization. (2) dynamic memory resource management. (3) input/output management. (4) dynamic code generation. (5) exception handling.
8.1 Program initialization
A program doesn't start by itself. Preparation is necessary. This is done by executing initialization code, which is highly dependent on both the operating system and the language in which the program is written.
For a program written in C on Unix, this initialization takes place in a routine named...
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!
Runtime
Article included in this offer
"Software technologies and System architectures"
(
227 articles
)
Updated and enriched with articles validated by our scientific committees
A set of exclusive tools to complement the resources
Bibliography
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!