Checking for Inefficient Unaligned Data

During compilation, the Visual Fortran compiler naturally aligns as much data as possible. Exceptions that can result in unaligned data are described in Causes of Unaligned Data and Ensuring Natural Alignment.

Because unaligned data can slow run-time performance, it is worthwhile to:

During compilation, warning messages are issued for any data items that are known to be unaligned (unless you specify the /warn:noalignments option).