Education Page

Hpc

High performance compilers

Website:website containing additional information
Course code:INFOHPC
Credits:7.5 ECTS (=5.25 old credit points)
Period:periode 1 (week 36 t/m 46, dwz 1-9-2003 t/m 14-11-2003; herkansing week 52)
Participants:up till now 5 subscriptions
Schedule:Dit is een oud rooster!
formgrouptimeweekroomteacher
seminar   do 13-1536,38,40-43,45 BBL-416 Eelco Visser
 
37,39,44,46 BBL-461
vr 15-1736-44,46 BBL-420
Contents: Optimizing compilers are essential tools for getting good implementations of high-level languages. By leaving optimizations to the compiler, programmers can concentrate on well-designed, maintainable programs.

Between parsing the input program and writing the generated machine code, optimizing compilers perform a wide range of transformations on a program to improve its time and space behaviour. In this course we study a selection of such optimizing transformations and their implementation in Stratego, a language for program transformation based on the paradigm of rewriting strategies. In this year's installment of the seminar we will focus on loop optimizations.

In previous versions of this course a compiler for Andrew Appel's Tiger language was built. In this year's installment we will take a basic Tiger compiler in Stratego as given and extend it with loop optimizations.

Literature:We will use the following book as the main text of the seminar:
  • Randy Allen and Ken Kennedy. Optimizing Compilers for Modern Architectures: A Dependence-based Approach, Morgan Kauffman, 2001.
The following book gives an overview of the phases of a compiler for the Tiger language:
  • Andrew Appel. Modern Compiler Implementation in C, Cambridge Univ. Press, 1998.
(The first book is required, the second recommended.) Further literature consists of articles about Stratego and SPIM that will be handed out in class.
Course form:The course is a seminar in which you will give several presentations. The implementation of the compiler extension that you develop should be accompanied by a paper that describes the extension, the programming techniques that you used, and that discusses its relation to the literature.

Exam form:The final grade will be determined by your presentations (40%) and (the report about) the compiler extension that you develop (60%).
Minimum effort to qualify for 2nd chance exam:Om aan de aanvullende toets te mogen meedoen is ontbreken van ten hoogte 1 toetsactiviteit toegestaan.
wijzigen?


The page above is included from http://www.cs.uu.nl/education/vak.php?vak=hpc&jaar=2003