Cantitate/Preț
Produs

Exploiting Task-Order Information

Autor Christoph Angerer
en Limba Engleză Paperback – 6 iul 2015
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ț: 43369 lei

Preț vechi: 54212 lei
-20% Nou

Puncte Express: 651

Preț estimativ în valută:
8301 8727$ 6904£

Carte tipărită la comandă

Livrare economică 27 decembrie 24 - 10 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9783838131740
ISBN-10: 3838131746
Pagini: 180
Dimensiuni: 152 x 229 x 10 mm
Greutate: 0.27 kg
Editura: Sudwestdeutscher Verlag Fur Hochschulschrifte

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.