XL Fortran for AIX 8.1

User's Guide


Optimizing for a Target Machine or Class of Machines

If you know that a particular program will be executed primarily on a specific machine or set of machines with very similar configurations, you can use a combination of the -qarch, -qtune, and -qcache options to customize for that configuration. These options enable the compiler to speed up the program with processor-specific instructions, rearrange the code for better efficiency on a particular processor, and structure loops to avoid overflowing cache memory.

Related Information:
See -qarch Option, -qtune Option, -qcache Option, and Compiling for POWER4, POWER3, POWER2, or PowerPC Systems.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]