Experiences with Ada Code Generation

Benjamin G. Zorn

EECS Department
University of California, Berkeley
Technical Report No. UCB/CSD-85-249
December 1984

http://www2.eecs.berkeley.edu/Pubs/TechRpts/1985/CSD-85-249.pdf

This paper describes the implementation of an efficient runtime representation for the Ada programming language. This runtime system addresses issues of type representation, package representation, and stack frame organization but does not implement Ada tasking. The structure of the runtime system is discussed in detail. In implementing this system, considerable experience was gained using two intermediate representations of Ada: 1) a high level intermediate form designed for Ada (DIANA), and 2) a low level intermediate form used by the portable C compiler. The utility of both representations is assessed.


BibTeX citation:

@techreport{Zorn:CSD-85-249,
    Author = {Zorn, Benjamin G.},
    Title = {Experiences with Ada Code Generation},
    Institution = {EECS Department, University of California, Berkeley},
    Year = {1984},
    Month = {Dec},
    URL = {http://www2.eecs.berkeley.edu/Pubs/TechRpts/1984/6095.html},
    Number = {UCB/CSD-85-249},
    Abstract = {This paper describes the implementation of an efficient runtime representation for the Ada programming language. This runtime system addresses issues of type representation, package representation, and stack frame organization but does not implement Ada tasking. The structure of the runtime system is discussed in detail. In implementing this system, considerable experience was gained using two intermediate representations of Ada: 1) a high level intermediate form designed for Ada (DIANA), and 2) a low level intermediate form used by the portable C compiler. The utility of both representations is assessed.}
}

EndNote citation:

%0 Report
%A Zorn, Benjamin G.
%T Experiences with Ada Code Generation
%I EECS Department, University of California, Berkeley
%D 1984
%@ UCB/CSD-85-249
%U http://www2.eecs.berkeley.edu/Pubs/TechRpts/1984/6095.html
%F Zorn:CSD-85-249