Volume II: Optimizing Applications
    What's New in This Release
    Introduction to Volume II
    Programming for High Performance
    Compiler Optimizations
       Compiler Optimizations Overview
       Optimizing Compilation Process
       Optimizing Different Application Types
       Floating-point Arithmetic Optimizations
       Optimizing for Specific Processors
       Interprocedural Optimizations (IPO)
          IPO Overview
          Multifile IPO
             Multifile IPO Overview
             Creating a Multifile IPO Executable with Command Line
             Creating a Multifile IPO Executable Using xild
             Compilation with Real Object Files
             Creating a Library from IPO Objects
             Analyzing the Effects of Multifile IPO, -ipo_c, -ipo_S
          Using -ip with -Qoption Specifiers
          Inline Expansion of Functions
       Profile-guided Optimizations
       High-level Language Optimizations (HLO)
    Parallel Programming with Intel® Fortran
    Optimization Support Features