Article | REF: H3168 V2

Compiler

Authors: Henri-Pierre Charles, Christian Fabre

Publication date: August 10, 2017 | Lire en français

You do not have access to this resource.
Click here to request your free trial access!

Already subscribed? Log in!

Automatically translated using artificial intelligence technology (Note that only the original version is binding) > find out more.

    A  |  A

    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...

    You do not have access to this resource.

    Exclusive to subscribers. 97% yet to be discovered!

    You do not have access to this resource.
    Click here to request your free trial access!

    Already subscribed? Log in!


    The Ultimate Scientific and Technical Reference

    A Comprehensive Knowledge Base, with over 1,200 authors and 100 scientific advisors
    + More than 10,000 articles and 1,000 how-to sheets, over 800 new or updated articles every year
    From design to prototyping, right through to industrialization, the reference for securing the development of your industrial projects

    This article is included in

    Software technologies and System architectures

    This offer includes:

    Knowledge Base

    Updated and enriched with articles validated by our scientific committees

    Services

    A set of exclusive tools to complement the resources

    Practical Path

    Operational and didactic, to guarantee the acquisition of transversal skills

    Doc & Quiz

    Interactive articles with quizzes, for constructive reading

    Subscribe now!

    Ongoing reading
    Runtime