The Barnes & Noble Holiday Gift Guide! Shop NowThe Barnes & Noble Holiday Gift Guide! Shop Now

Automatic Parallelization: An Overview of Fundamental Compiler Techniques

Paperback
$40.00
Rewards iconEarn 5X Rewards 1/1 - 12/31
Loading availability...
Pick up in store
Your local store may have stock of this item.
Compiling for parallelism is a longstanding topic of compiler research. This book describes the fundamental principles of compiling "regular" numerical programs for parallelism. We begin with an explanation of analyses that allow a compiler to understand the interaction of data reads and writes in different statements and loop iterations during program execution. These analyses include dependence analysis, use-def analysis and pointer analysis. Next, we describe how the results of these analyses…