Cantitate/Preț
Produs

Exploiting Task-Order Information

Autor Christoph Angerer
en Limba Engleză Paperback – 27 feb 2012
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.
Citește tot Restrânge

Preț: 43050 lei

Preț vechi: 53813 lei
-20%

Puncte Express: 646

Preț estimativ în valută:
7614 8838$ 6627£

Carte tipărită la comandă

Livrare economică 18 aprilie-02 mai


Specificații

ISBN-13: 9783838131740
ISBN-10: 3838131746
Pagini: 180
Dimensiuni: 150 x 220 x 12 mm
Greutate: 0.29 kg
Editura: Südwestdeutscher Verlag für Hochschulschriften

Notă biografică

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.