buchspektrum Internet-Buchhandlung

Neuerscheinungen 2012

Stand: 2020-01-07
Schnellsuche
ISBN/Stichwort/Autor
Herderstraße 10
10625 Berlin
Tel.: 030 315 714 16
Fax 030 315 714 14
info@buchspektrum.de

Christoph Angerer

Exploiting Task-Order Information


in Compilers for Shared-Memory Parallel Programs
Aufl. 2012. 180 S. 220 mm
Verlag/Jahr: SÜDWESTDEUTSCHER VERLAG FÜR HOCHSCHULSCHRIFTEN 2012
ISBN: 3-8381-3174-6 (3838131746)
Neue ISBN: 978-3-8381-3174-0 (9783838131740)

Preis und Lieferzeit: Bitte klicken


Over the last years, researchers and engineers have developed numerous abstractions and programming models that make developing parallel programs easier, safer, and more efficient. Despite the advances made in parallel programming, however, the corresponding compilers still remain largely ignorant of the parallelism exhibited by the program execution. In particular, current compilers do not have any knowledge about what tasks are scheduled with what ordering---even though many higher-level parallel programming models contain a wealth of task-order information that can be exploited by the compiler. This thesis presents a schedule analysis that can extract task-ordering information from real-world programs. By analyzing potential orderings between tasks, the compiler can decide whether accesses to shared memory by different tasks may interfere and use this information to guide its optimization efforts. The schedule analysis can be combined with standard program analyses such as points-to and escape analysis to improve the precision of known optimizations as well as enable new optimizations.
Christoph Angerer got his Dr.sc. from the ETH Zurich, Switzerland. Prior to his doctoral studies he pursued his diploma in computer science, conferred from the TU Munich, Germany. Beyond his research into analysis of parallel programs, Christoph´s general research interests revolve around programming languages, type systems, compilers, and VMs.