The Software Optimization Cookbook
Richard Gerber, Aart J.C. Bik, Kevin B. Smith, Xinmin Tian
SKU: 9788183333917
FREE PREVIEW
Authors: Richard Gerber, Aart J.C. Bik, Kevin B. Smith, Xinmin Tian
Rights: Worldwide
Publishing Date: January 2010
Pages: 404
Weight:
Dimension: 24 X 17 X 2 cm
Looking for an eBook ? Click here
It provides updated recipes for high-performance applications on Intel platforms. Through simple explanations and examples, four Intel experts show you how to address performance issues with algorithms, memory access, branch prediction, automatic vectorization, SIMD instruction, multiple threads, and floating-point calculations.
Software developers learn how to take advantage of Intel® Extended Memory 64 Technology (Intel®EM64T), multi-core processing. Hyper-Threading Technology, and Open MP†, and Multimedia extensions. This book guides you through the growing collection of software tools, compiler switches, and coding optimizations, showing you efficient ways to improve the performance of software applications for Intel platforms.
Highlights include
- Choosing the right algorithm
- Automatic vectorization and hints on how to guide the compiler
- Compiler support for multi-threading
- The performance impacts of shared L2 and L3 caches
- Loop optimizations and when to use the compiler for performance gain.
- Use of intrinsics to exploit SIMD technology
- Chapter 1: Introduction
- Chapter 2: The Benchmark
- Chapter 3: Performance Tools
- Chapter 4: The Hotspot
- Chapter 5: Processor Architecture
- Chapter 6: Algorithms
- Chapter 7: Branching
- Chapter 8: Memory
- Chapter 9: Loops
- Chapter 10: Slow Operations
- Chapter 11: Floating Point
- Chapter 12: SIMD Technology
- Chapter 13: Automatic Vectorization
- Chapter 14: Processor-Specific Optimizations
- Chapter 15: Introduction to Multiprocessing
- Chapter 16: Multithreading with Open MP
- Chapter 17: Taskqueuing and Advanced Topics
- Chapter 18: Case Study: Threading a Video Codec
- Chapter 19: Designing for Performance
- Chapter 20: Putting it Together: Basic Optimizations
- Chapter 21:Putting it Together: The Last Ten Percent
- References
- Index