Oliver Sharp

EECS Department, University of California, Berkeley

Technical Report No. UCB/CSD-90-579

1990

This publication is archived. It is kept only for reference purposes, so it is no longer being updated and may not meet accessibility standards. If you need this content in a different format, please email webteam@eecs.berkeley.edu.

http://www2.eecs.berkeley.edu/Pubs/TechRpts/1990/Archive/CSD-90-579.pdf

Pythia is an optimizing compiler for the coordination language Delirium, written in Delirium. It is part of the Madness project, which investigates both an alternative to the traditional dataflow model and an alternative to the traditional dataflow implementation strategy. Delirium embeds imperatively defined operators within a functional context, giving the programmer control over the granularity of a computation. The application's control structure is expressed using powerful functional-language constructs like closures and function valued parameters. The bulk of actual computation, however, is expressed in a convenient imperative language. Pythia performs traditional optimization strategies like macro-expansion, common expression elimination, and constant propagation.


BibTeX citation:

@techreport{Sharp:CSD-90-579,
    Author= {Sharp, Oliver},
    Title= {Pythia: A Parallel Compiler for Delirium},
    Year= {1990},
    Month= {May},
    Url= {http://www2.eecs.berkeley.edu/Pubs/TechRpts/1990/5641.html},
    Number= {UCB/CSD-90-579},
    Abstract= {Pythia is an optimizing compiler for the coordination language Delirium, written in Delirium. It is part of the Madness project, which investigates both an alternative to the traditional dataflow model and an alternative to the traditional dataflow implementation strategy. Delirium embeds imperatively defined operators within a functional context, giving the programmer control over the granularity of a computation. The application's control structure is expressed using powerful functional-language constructs like closures and function valued parameters. The bulk of actual computation, however, is expressed in a convenient imperative language. Pythia performs traditional optimization strategies like macro-expansion, common expression elimination, and constant propagation.},
}

EndNote citation:

%0 Report
%A Sharp, Oliver 
%T Pythia: A Parallel Compiler for Delirium
%I EECS Department, University of California, Berkeley
%D 1990
%@ UCB/CSD-90-579
%U http://www2.eecs.berkeley.edu/Pubs/TechRpts/1990/5641.html
%F Sharp:CSD-90-579