Updates

Latest Tweet



What's New?

Check out for latest innovation, a computer based training video collection


Like this Page

Optimizing Compilers for Modern Architectures: A Dependence-based Approach Review by Robert Mykland

Very readable, very specific

This book is a very thorough look through all the ways you can extract and use parallelism and data dependencies advantageously in an optimized compiler, depending on your target architecture. As one example, this book contains every imaginable way to deal with arrays and loops and the maddeningly complex data dependancies that can result from their various interminglings. The book is refreshingly easy to read and contains pseudo-code and step-by-step examples everywhere you'd want to see them.