CPU2006 Flag Description
Dell Inc. Dell Precision 690 (Intel Xeon X5365, 3.00 GHz)


Base Compiler Invocation

C benchmarks

C++ benchmarks

Fortran benchmarks

Benchmarks using both Fortran and C


Peak Compiler Invocation

C benchmarks

C++ benchmarks

Fortran benchmarks

Benchmarks using both Fortran and C


Base Portability Flags

410.bwaves

416.gamess

433.milc

434.zeusmp

435.gromacs

436.cactusADM

437.leslie3d

444.namd

447.dealII

450.soplex

453.povray

454.calculix

459.GemsFDTD

465.tonto

470.lbm

481.wrf

482.sphinx3


Peak Portability Flags

410.bwaves

416.gamess

433.milc

434.zeusmp

435.gromacs

436.cactusADM

437.leslie3d

444.namd

447.dealII

450.soplex

453.povray

454.calculix

459.GemsFDTD

465.tonto

470.lbm

481.wrf

482.sphinx3


Base Optimization Flags

C benchmarks

C++ benchmarks

Fortran benchmarks

Benchmarks using both Fortran and C


Peak Optimization Flags

C benchmarks

433.milc

470.lbm

482.sphinx3

C++ benchmarks

444.namd

447.dealII

    • -Qprof_gen
    • [user]
    • PASS1_CXXFLAGS, PASS1_LDFLAGS
    • Instrument program for profiling for the first phase of two-phase profile guided otimization. This instrumentation gathers information about a program's execution paths and data values but does not gather information from hardware performance counters. The profile instrumentation also gathers data for optimizations which are unique to profile-feedback optimization.

    • -Qprof_use
    • [user]
    • PASS2_CXXFLAGS, PASS2_LDFLAGS
    • Instructs the compiler to produce a profile-optimized executable and merges available dynamic information (.dyn) files into a pgopti.dpi file. If you perform multiple executions of the instrumented program, -Qprof_use merges the dynamic information files again and overwrites the previous pgopti.dpi file.
      Without any other options, the current directory is searched for .dyn files

    • -fast
    • [user]
    • OPTIMIZE
    • The -fast option enhances execution speed across the entire program by including the following options that can improve run-time performance:

      -O3   (maximum speed and high-level optimizations)

      -Qipo (enables interprocedural optimizations across files)

      -QxT  (generate code specialized for Intel Pentium 4 processor and compatible Intel processors with Streaming SIMD Extensions 3)

      -Qprec-div- (disable -Qprec-div) where -Qprec-div improves precision of FP divides (some speed impact)

      To override one of the options set by /fast, specify that option after the -fast option on the command line. The exception is the xP or QxP option which can't be overridden. The options set by /fast may change from release to release.

    • Includes:
    • -Qprefetch
    • [user]
    • OPTIMIZE
    • This option enables prefetch insertion optimization. To use this option, you must also specify O3. The goal of prefetching is to reduce cache misses by providing hints to the processor about when data should be loaded into the cache. To disable the prefetch insertion optimization, use -no-prefetch (Linux) or /Qprefetch- (Windows).

    • -Qcxx_features
    • [user]
    • CXXOPTIMIZE
    • Enable C++ Exception Handling and RTTI This option has the same effect as specifying /GX /GR.

    • Includes:
    • -Qauto_ilp32
    • [user]
    • CXXOPTIMIZE
    • This option instructs the compiler to analyze and transform the program so that 64-bit pointers are shrunk to 32-bit pointers, and 64-bit longs (on Linux) are shrunk into 32-bit longs wherever it is legal and safe to do so. In order for this option to be effective the compiler must be able to optimize using the -ipo/-Qipo option and must be able to analyze all library/external calls the program makes. This option requires that the size of the program executable never exceeds 2**32 bytes and all data values can be represented within 32 bits. If the program can run correctly in a 32-bit system, these requirements are implicitly satisfied. If the program violates these size restrictions, unpredictable behavior might occur.

    • /F950000000
    • [user]
    • EXTRA_LDFLAGS
    • set the stack reserve amount specified to the linker

    • shlW64M.lib
    • [user]
    • EXTRA_LIBS
    • 64-bit MicroQuill SmartHeap Library 8.0 for Windows available from http://www.microquill.com/

    • -link /FORCE:MULTIPLE
    • [user]
    • LDOUT
    • Enable SmartHeap library usage by forcing the linker to ignore multiple definitions

450.soplex

    • -Qprof_gen
    • [user]
    • PASS1_CXXFLAGS, PASS1_LDFLAGS
    • Instrument program for profiling for the first phase of two-phase profile guided otimization. This instrumentation gathers information about a program's execution paths and data values but does not gather information from hardware performance counters. The profile instrumentation also gathers data for optimizations which are unique to profile-feedback optimization.

    • -Qprof_use
    • [user]
    • PASS2_CXXFLAGS, PASS2_LDFLAGS
    • Instructs the compiler to produce a profile-optimized executable and merges available dynamic information (.dyn) files into a pgopti.dpi file. If you perform multiple executions of the instrumented program, -Qprof_use merges the dynamic information files again and overwrites the previous pgopti.dpi file.
      Without any other options, the current directory is searched for .dyn files

    • -fast
    • [user]
    • OPTIMIZE
    • The -fast option enhances execution speed across the entire program by including the following options that can improve run-time performance:

      -O3   (maximum speed and high-level optimizations)

      -Qipo (enables interprocedural optimizations across files)

      -QxT  (generate code specialized for Intel Pentium 4 processor and compatible Intel processors with Streaming SIMD Extensions 3)

      -Qprec-div- (disable -Qprec-div) where -Qprec-div improves precision of FP divides (some speed impact)

      To override one of the options set by /fast, specify that option after the -fast option on the command line. The exception is the xP or QxP option which can't be overridden. The options set by /fast may change from release to release.

    • Includes:
    • -Qcxx_features
    • [user]
    • CXXOPTIMIZE
    • Enable C++ Exception Handling and RTTI This option has the same effect as specifying /GX /GR.

    • Includes:
    • -Qauto_ilp32
    • [user]
    • CXXOPTIMIZE
    • This option instructs the compiler to analyze and transform the program so that 64-bit pointers are shrunk to 32-bit pointers, and 64-bit longs (on Linux) are shrunk into 32-bit longs wherever it is legal and safe to do so. In order for this option to be effective the compiler must be able to optimize using the -ipo/-Qipo option and must be able to analyze all library/external calls the program makes. This option requires that the size of the program executable never exceeds 2**32 bytes and all data values can be represented within 32 bits. If the program can run correctly in a 32-bit system, these requirements are implicitly satisfied. If the program violates these size restrictions, unpredictable behavior might occur.

    • /F950000000
    • [user]
    • EXTRA_LDFLAGS
    • set the stack reserve amount specified to the linker

    • shlW64M.lib
    • [user]
    • EXTRA_LIBS
    • 64-bit MicroQuill SmartHeap Library 8.0 for Windows available from http://www.microquill.com/

    • -link /FORCE:MULTIPLE
    • [user]
    • LDOUT
    • Enable SmartHeap library usage by forcing the linker to ignore multiple definitions

453.povray

    • -Qprof_gen
    • [user]
    • PASS1_CXXFLAGS, PASS1_LDFLAGS
    • Instrument program for profiling for the first phase of two-phase profile guided otimization. This instrumentation gathers information about a program's execution paths and data values but does not gather information from hardware performance counters. The profile instrumentation also gathers data for optimizations which are unique to profile-feedback optimization.

    • -Qprof_use
    • [user]
    • PASS2_CXXFLAGS, PASS2_LDFLAGS
    • Instructs the compiler to produce a profile-optimized executable and merges available dynamic information (.dyn) files into a pgopti.dpi file. If you perform multiple executions of the instrumented program, -Qprof_use merges the dynamic information files again and overwrites the previous pgopti.dpi file.
      Without any other options, the current directory is searched for .dyn files

    • -fast
    • [user]
    • OPTIMIZE
    • The -fast option enhances execution speed across the entire program by including the following options that can improve run-time performance:

      -O3   (maximum speed and high-level optimizations)

      -Qipo (enables interprocedural optimizations across files)

      -QxT  (generate code specialized for Intel Pentium 4 processor and compatible Intel processors with Streaming SIMD Extensions 3)

      -Qprec-div- (disable -Qprec-div) where -Qprec-div improves precision of FP divides (some speed impact)

      To override one of the options set by /fast, specify that option after the -fast option on the command line. The exception is the xP or QxP option which can't be overridden. The options set by /fast may change from release to release.

    • Includes:
    • -Qansi-alias
    • [user]
    • OPTIMIZE
    • This option tells the compiler to assume that the program adheres to ISO C Standard aliasability rules. If your program adheres to these rules, then this option allows the compiler to optimize more aggressively. If it doesn't adhere to these rules, then it can cause the compiler to generate incorrect code.

    • -Qcxx_features
    • [user]
    • CXXOPTIMIZE
    • Enable C++ Exception Handling and RTTI This option has the same effect as specifying /GX /GR.

    • Includes:
    • -Qauto_ilp32
    • [user]
    • CXXOPTIMIZE
    • This option instructs the compiler to analyze and transform the program so that 64-bit pointers are shrunk to 32-bit pointers, and 64-bit longs (on Linux) are shrunk into 32-bit longs wherever it is legal and safe to do so. In order for this option to be effective the compiler must be able to optimize using the -ipo/-Qipo option and must be able to analyze all library/external calls the program makes. This option requires that the size of the program executable never exceeds 2**32 bytes and all data values can be represented within 32 bits. If the program can run correctly in a 32-bit system, these requirements are implicitly satisfied. If the program violates these size restrictions, unpredictable behavior might occur.

    • /F950000000
    • [user]
    • EXTRA_LDFLAGS
    • set the stack reserve amount specified to the linker

    • shlW64M.lib
    • [user]
    • EXTRA_LIBS
    • 64-bit MicroQuill SmartHeap Library 8.0 for Windows available from http://www.microquill.com/

    • -link /FORCE:MULTIPLE
    • [user]
    • LDOUT
    • Enable SmartHeap library usage by forcing the linker to ignore multiple definitions

Fortran benchmarks

410.bwaves

    • -fast
    • [user]
    • OPTIMIZE
    • The -fast option enhances execution speed across the entire program by including the following options that can improve run-time performance:

      -O3   (maximum speed and high-level optimizations)

      -Qipo (enables interprocedural optimizations across files)

      -QxT  (generate code specialized for Intel Pentium 4 processor and compatible Intel processors with Streaming SIMD Extensions 3)

      -Qprec-div- (disable -Qprec-div) where -Qprec-div improves precision of FP divides (some speed impact)

      To override one of the options set by /fast, specify that option after the -fast option on the command line. The exception is the xP or QxP option which can't be overridden. The options set by /fast may change from release to release.

    • Includes:
    • /F950000000
    • [user]
    • EXTRA_LDFLAGS
    • set the stack reserve amount specified to the linker

    • -link /FORCE:MULTIPLE
    • [user]
    • LDOUT
    • Enable SmartHeap library usage by forcing the linker to ignore multiple definitions

416.gamess

    • -Qprof_gen
    • [user]
    • PASS1_FFLAGS, PASS1_LDFLAGS
    • Instrument program for profiling for the first phase of two-phase profile guided otimization. This instrumentation gathers information about a program's execution paths and data values but does not gather information from hardware performance counters. The profile instrumentation also gathers data for optimizations which are unique to profile-feedback optimization.

    • -Qprof_use
    • [user]
    • PASS2_FFLAGS, PASS2_LDFLAGS
    • Instructs the compiler to produce a profile-optimized executable and merges available dynamic information (.dyn) files into a pgopti.dpi file. If you perform multiple executions of the instrumented program, -Qprof_use merges the dynamic information files again and overwrites the previous pgopti.dpi file.
      Without any other options, the current directory is searched for .dyn files

    • -fast
    • [user]
    • OPTIMIZE
    • The -fast option enhances execution speed across the entire program by including the following options that can improve run-time performance:

      -O3   (maximum speed and high-level optimizations)

      -Qipo (enables interprocedural optimizations across files)

      -QxT  (generate code specialized for Intel Pentium 4 processor and compatible Intel processors with Streaming SIMD Extensions 3)

      -Qprec-div- (disable -Qprec-div) where -Qprec-div improves precision of FP divides (some speed impact)

      To override one of the options set by /fast, specify that option after the -fast option on the command line. The exception is the xP or QxP option which can't be overridden. The options set by /fast may change from release to release.

    • Includes:
    • -Qunroll2
    • [user]
    • OPTIMIZE
    • Tells the compiler the maximum number of times to unroll loops.

    • -Ob0
    • [user]
    • OPTIMIZE
    • Specifies the level of inline function expansion.

      Ob0 - Disables inlining of user-defined functions. Note that statement functions are always inlined.

      Ob1 - Enables inlining when an inline keyword or an inline attribute is specified. Also enables inlining according to the C++ language.

      Ob2 - Enables inlining of any function at the compiler's discretion.

    • -Qansi-alias
    • [user]
    • OPTIMIZE
    • This option tells the compiler to assume that the program adheres to ISO C Standard aliasability rules. If your program adheres to these rules, then this option allows the compiler to optimize more aggressively. If it doesn't adhere to these rules, then it can cause the compiler to generate incorrect code.

    • -Qscalar-rep-
    • [user]
    • OPTIMIZE
    • This option enables scalar replacement performed during loop transformation. To use this option, you must also specify O3. -Qscalar-rep- disables this feature. (default)

    • /F950000000
    • [user]
    • EXTRA_LDFLAGS
    • set the stack reserve amount specified to the linker

    • -link /FORCE:MULTIPLE
    • [user]
    • LDOUT
    • Enable SmartHeap library usage by forcing the linker to ignore multiple definitions

434.zeusmp

    • -Qprof_gen
    • [user]
    • PASS1_FFLAGS, PASS1_LDFLAGS
    • Instrument program for profiling for the first phase of two-phase profile guided otimization. This instrumentation gathers information about a program's execution paths and data values but does not gather information from hardware performance counters. The profile instrumentation also gathers data for optimizations which are unique to profile-feedback optimization.

    • -Qprof_use
    • [user]
    • PASS2_FFLAGS, PASS2_LDFLAGS
    • Instructs the compiler to produce a profile-optimized executable and merges available dynamic information (.dyn) files into a pgopti.dpi file. If you perform multiple executions of the instrumented program, -Qprof_use merges the dynamic information files again and overwrites the previous pgopti.dpi file.
      Without any other options, the current directory is searched for .dyn files

    • -QxT
    • [user]
    • OPTIMIZE
    • Possible values are:

      K Code is optimized for Intel Pentium III and compatible Intel processors.

      W Code is optimized for Intel Pentium 4 and compatible Intel processors.

      N Code is optimized for Intel Pentium 4 and compatible Intel processors with Streaming SIMD Extensions 2.
      The resulting code may contain unconditional use of features that are not supported on other processors. This option also enables new optimizations in addition to Intel processor-specific optimizations including advanced data layout and code restructuring optimizations to improve memory accesses for Intel processors.

      B Code is optimized for Intel Pentium M and compatible Intel processors.
      This option also enables new optimizations in addition to Intel processor-specific optimizations.

      P Code is optimized for Intel Core Duo processors, Intel Core Solo processors,
      Intel Pentium 4 processors with Streaming SIMD Extensions 3, and compatible Intel processors with Streaming SIMD Extensions 3.
      The resulting code may contain unconditional use of features that are not supported on other processors. This option also enables new optimizations in addition to Intel processor-specific optimizations including advanced data layout and code restructuring optimizations to improve memory accesses for Intel processors.

      T Code is optimized for Intel Core2 Duo processors, Intel Core2 Extreme processors, and the Dual-Core Intel Xeon processor 5100 series.
      This option also enables new optimizations in addition to Intel processor-specific optimizations including advanced data layout and code restructuring optimizations to improve memory accesses for Intel processors

      Do not use these options if you are executing a program on a processor that is not an Intel processor. If you use this option on a non-compatible processor to compile the main program (in Fortran) or the function main() in C/C++, the program will display a fatal run-time error if they are executed on unsupported processors.

      In particular, such programs compiled with processor values N, B, or P will display a fatal run-time error if they are executed on unsupported processors.

    • -O2
    • [user]
    • OPTIMIZE
    • Enables optimizations for speed. This is the generally recommended optimization level. This option also enables:
      - Inlining of intrinsics
      - Intra-file interprocedural optimizations, which include:
      - inlining
      - constant propagation
      - forward substitution
      - routine attribute propagation
      - variable address-taken analysis
      - dead static function elimination
      - removal of unreferenced variables
      - The following capabilities for performance gain:
      - constant propagation
      - copy propagation
      - dead-code elimination
      - global register allocation
      - global instruction scheduling and control speculation
      - loop unrolling
      - optimized code selection
      - partial redundancy elimination
      - strength reduction/induction variable simplification
      - variable renaming
      - exception handling optimizations
      - tail recursions
      - peephole optimizations
      - structure assignment lowering and optimizations
      - dead store elimination
      On IA-32 Windows platforms, -O2 sets the following:

      /Og, /Oi-, /Os, /Oy, /Ob2, /GF (/Qvc7 and above), /Gf (/Qvc6 and below), /Gs, and /Gy.

    • Includes:
    • -Qprec-div-
    • [user]
    • OPTIMIZE
    • (disable/enable[default] -Qprec-div[-])

      This option improves precision of floating-point divides. It has a slight impact on speed.

      With some optimizations, such as -xN and -xB (Linux) or /QxN and /QxB (Windows), the compiler may change floating-point division computations into multiplication by the reciprocal of the denominator. For example, A/B is computed as A * (1/B) to improve the speed of the computation.

      However, sometimes the value produced by this transformation is not as accurate as full IEEE division. When it is important to have fully precise IEEE division, use this option to disable the floating-point division-to-multiplication optimization. The result is more accurate, with some loss of performance.

      If you specify -no-prec-div (Linux and Mac OS) or /Qprec-div- (Windows), it enables optimizations that give slightly less precise results than full IEEE division.

    • -Qunroll0
    • [user]
    • OPTIMIZE
    • Tells the compiler the maximum number of times to unroll loops.

    • -Qscalar-rep-
    • [user]
    • OPTIMIZE
    • This option enables scalar replacement performed during loop transformation. To use this option, you must also specify O3. -Qscalar-rep- disables this feature. (default)

    • /F950000000
    • [user]
    • EXTRA_LDFLAGS
    • set the stack reserve amount specified to the linker

    • -link /FORCE:MULTIPLE
    • [user]
    • LDOUT
    • Enable SmartHeap library usage by forcing the linker to ignore multiple definitions

437.leslie3d

    • -Qprof_gen
    • [user]
    • PASS1_FFLAGS, PASS1_LDFLAGS
    • Instrument program for profiling for the first phase of two-phase profile guided otimization. This instrumentation gathers information about a program's execution paths and data values but does not gather information from hardware performance counters. The profile instrumentation also gathers data for optimizations which are unique to profile-feedback optimization.

    • -Qprof_use
    • [user]
    • PASS2_FFLAGS, PASS2_LDFLAGS
    • Instructs the compiler to produce a profile-optimized executable and merges available dynamic information (.dyn) files into a pgopti.dpi file. If you perform multiple executions of the instrumented program, -Qprof_use merges the dynamic information files again and overwrites the previous pgopti.dpi file.
      Without any other options, the current directory is searched for .dyn files

    • -fast
    • [user]
    • OPTIMIZE
    • The -fast option enhances execution speed across the entire program by including the following options that can improve run-time performance:

      -O3   (maximum speed and high-level optimizations)

      -Qipo (enables interprocedural optimizations across files)

      -QxT  (generate code specialized for Intel Pentium 4 processor and compatible Intel processors with Streaming SIMD Extensions 3)

      -Qprec-div- (disable -Qprec-div) where -Qprec-div improves precision of FP divides (some speed impact)

      To override one of the options set by /fast, specify that option after the -fast option on the command line. The exception is the xP or QxP option which can't be overridden. The options set by /fast may change from release to release.

    • Includes:
    • /F950000000
    • [user]
    • EXTRA_LDFLAGS
    • set the stack reserve amount specified to the linker

    • -link /FORCE:MULTIPLE
    • [user]
    • LDOUT
    • Enable SmartHeap library usage by forcing the linker to ignore multiple definitions

459.GemsFDTD

465.tonto

Benchmarks using both Fortran and C

435.gromacs

    • -Qprof_gen
    • [user]
    • PASS1_CFLAGS, PASS1_FFLAGS, PASS1_LDFLAGS
    • Instrument program for profiling for the first phase of two-phase profile guided otimization. This instrumentation gathers information about a program's execution paths and data values but does not gather information from hardware performance counters. The profile instrumentation also gathers data for optimizations which are unique to profile-feedback optimization.

    • -Qprof_use
    • [user]
    • PASS2_CFLAGS, PASS2_FFLAGS, PASS2_LDFLAGS
    • Instructs the compiler to produce a profile-optimized executable and merges available dynamic information (.dyn) files into a pgopti.dpi file. If you perform multiple executions of the instrumented program, -Qprof_use merges the dynamic information files again and overwrites the previous pgopti.dpi file.
      Without any other options, the current directory is searched for .dyn files

    • -fast
    • [user]
    • OPTIMIZE
    • The -fast option enhances execution speed across the entire program by including the following options that can improve run-time performance:

      -O3   (maximum speed and high-level optimizations)

      -Qipo (enables interprocedural optimizations across files)

      -QxT  (generate code specialized for Intel Pentium 4 processor and compatible Intel processors with Streaming SIMD Extensions 3)

      -Qprec-div- (disable -Qprec-div) where -Qprec-div improves precision of FP divides (some speed impact)

      To override one of the options set by /fast, specify that option after the -fast option on the command line. The exception is the xP or QxP option which can't be overridden. The options set by /fast may change from release to release.

    • Includes:
    • -Oa
    • [user]
    • OPTIMIZE
    • This option tells the compiler to assume there is no aliasing.

    • -Qauto_ilp32
    • [user]
    • COPTIMIZE
    • This option instructs the compiler to analyze and transform the program so that 64-bit pointers are shrunk to 32-bit pointers, and 64-bit longs (on Linux) are shrunk into 32-bit longs wherever it is legal and safe to do so. In order for this option to be effective the compiler must be able to optimize using the -ipo/-Qipo option and must be able to analyze all library/external calls the program makes. This option requires that the size of the program executable never exceeds 2**32 bytes and all data values can be represented within 32 bits. If the program can run correctly in a 32-bit system, these requirements are implicitly satisfied. If the program violates these size restrictions, unpredictable behavior might occur.

    • /F950000000
    • [user]
    • EXTRA_LDFLAGS
    • set the stack reserve amount specified to the linker

    • -link /FORCE:MULTIPLE
    • [user]
    • LDOUT
    • Enable SmartHeap library usage by forcing the linker to ignore multiple definitions

436.cactusADM

454.calculix

    • -fast
    • [user]
    • OPTIMIZE
    • The -fast option enhances execution speed across the entire program by including the following options that can improve run-time performance:

      -O3   (maximum speed and high-level optimizations)

      -Qipo (enables interprocedural optimizations across files)

      -QxT  (generate code specialized for Intel Pentium 4 processor and compatible Intel processors with Streaming SIMD Extensions 3)

      -Qprec-div- (disable -Qprec-div) where -Qprec-div improves precision of FP divides (some speed impact)

      To override one of the options set by /fast, specify that option after the -fast option on the command line. The exception is the xP or QxP option which can't be overridden. The options set by /fast may change from release to release.

    • Includes:
    • -Qauto_ilp32
    • [user]
    • COPTIMIZE
    • This option instructs the compiler to analyze and transform the program so that 64-bit pointers are shrunk to 32-bit pointers, and 64-bit longs (on Linux) are shrunk into 32-bit longs wherever it is legal and safe to do so. In order for this option to be effective the compiler must be able to optimize using the -ipo/-Qipo option and must be able to analyze all library/external calls the program makes. This option requires that the size of the program executable never exceeds 2**32 bytes and all data values can be represented within 32 bits. If the program can run correctly in a 32-bit system, these requirements are implicitly satisfied. If the program violates these size restrictions, unpredictable behavior might occur.

    • /F950000000
    • [user]
    • EXTRA_LDFLAGS
    • set the stack reserve amount specified to the linker

    • -link /FORCE:MULTIPLE
    • [user]
    • LDOUT
    • Enable SmartHeap library usage by forcing the linker to ignore multiple definitions

481.wrf


Implicitly Included Flags

This section contains descriptions of flags that were included implicitly by other flags, but which do not have a permanent home at SPEC.

    • -O3
    • [user]
    • Enables O2 optimizations plus more aggressive optimizations, such as prefetching, scalar replacement, and loop and memory access transformations. Enables optimizations for maximum speed, such as:
      - Loop unrolling, including instruction scheduling
      - Code replication to eliminate branches
      - Padding the size of certain power-of-two arrays to allow more efficient cache use.
      On IA-32 and Intel EM64T processors, when O3 is used with options -ax or -x (Linux) or with options /Qax or /Qx (Windows), the compiler performs more aggressive data dependency analysis than for O2, which may result in longer compilation times.
      The O3 optimizations may not cause higher performance unless loop and memory access transformations take place. The optimizations may slow down code in some cases compared to O2 optimizations.
      The O3 option is recommended for applications that have loops that heavily use floating-point calculations and process large data sets. On IA-32 Windows platforms, -O3 sets the following:

      /GF (/Qvc7 and above), /Gf (/Qvc6 and below), and /Ob2

    • Includes:
    • -GF
    • [user]
    • This option enables read only string-pooling optimization.

    • -Gf
    • [user]
    • This option enables read/write string-pooling optimization.

    • -Ob_n
    • [user]
    • Specifies the level of inline function expansion.

      Ob0 - Disables inlining of user-defined functions. Note that statement functions are always inlined.

      Ob1 - Enables inlining when an inline keyword or an inline attribute is specified. Also enables inlining according to the C++ language.

      Ob2 - Enables inlining of any function at the compiler's discretion.

    • -O2
    • [user]
    • Enables optimizations for speed. This is the generally recommended optimization level. This option also enables:
      - Inlining of intrinsics
      - Intra-file interprocedural optimizations, which include:
      - inlining
      - constant propagation
      - forward substitution
      - routine attribute propagation
      - variable address-taken analysis
      - dead static function elimination
      - removal of unreferenced variables
      - The following capabilities for performance gain:
      - constant propagation
      - copy propagation
      - dead-code elimination
      - global register allocation
      - global instruction scheduling and control speculation
      - loop unrolling
      - optimized code selection
      - partial redundancy elimination
      - strength reduction/induction variable simplification
      - variable renaming
      - exception handling optimizations
      - tail recursions
      - peephole optimizations
      - structure assignment lowering and optimizations
      - dead store elimination
      On IA-32 Windows platforms, -O2 sets the following:

      /Og, /Oi-, /Os, /Oy, /Ob2, /GF (/Qvc7 and above), /Gf (/Qvc6 and below), /Gs, and /Gy.

    • Includes:
    • -Oi-
    • [user]
    • Disables inline expansion of all intrinsic functions.

    • -Gs
    • [user]
    • This option disables stack-checking for routines with 4096 bytes of local variables and compiler temporaries.

    • -Oy
    • [user]
    • Allows use of EBP as a general-purpose register in optimizations.

    • -Gy
    • [user]
    • This option tells the compiler to separate functions into COMDATs for the linker.

    • -Os
    • [user]
    • This option enables most speed optimizations, but disables some that increase code size for a small speed benefit.

    • -Og
    • [user]
    • This option enables global optimizations.

    • -O1
    • [user]
    • Enables optimizations for speed and disables some optimizations that
      increase code size and affect speed.
      To limit code size, this option:
      - Enables global optimization; this includes data-flow analysis, code motion, strength reduction and test replacement, split-lifetime analysis, and instruction scheduling.
      - Disables intrinsic recognition and intrinsics inlining.
      The O1 option may improve performance for applications with very large code size, many branches, and execution time not dominated by code within loops.
      On IA-32 Windows platforms, -O1 sets the following:

      /Qunroll0, /Oi-, /Op-, /Oy, /Gy, /Os, /GF (/Qvc7 and above), /Gf (/Qvc6 and below), /Ob2, and /Og

    • Includes:
    • -Qunroll_n
    • [user]
    • Tells the compiler the maximum number of times to unroll loops.

    • -Op-
    • [user]
    • Disables conformance to the ANSI C and IEEE 754 standards for floating-point arithmetic.

    • -Qipo
    • [user]
    • Multi-file ip optimizations that includes:
      - inline function expansion
      - interprocedural constant propogation
      - dead code elimination
      - propagation of function characteristics
      - passing arguments in registers
      - loop-invariant code motion

    • -Qx_
    • [user]
    • Possible values are:

      K Code is optimized for Intel Pentium III and compatible Intel processors.

      W Code is optimized for Intel Pentium 4 and compatible Intel processors.

      N Code is optimized for Intel Pentium 4 and compatible Intel processors with Streaming SIMD Extensions 2.
      The resulting code may contain unconditional use of features that are not supported on other processors. This option also enables new optimizations in addition to Intel processor-specific optimizations including advanced data layout and code restructuring optimizations to improve memory accesses for Intel processors.

      B Code is optimized for Intel Pentium M and compatible Intel processors.
      This option also enables new optimizations in addition to Intel processor-specific optimizations.

      P Code is optimized for Intel Core Duo processors, Intel Core Solo processors,
      Intel Pentium 4 processors with Streaming SIMD Extensions 3, and compatible Intel processors with Streaming SIMD Extensions 3.
      The resulting code may contain unconditional use of features that are not supported on other processors. This option also enables new optimizations in addition to Intel processor-specific optimizations including advanced data layout and code restructuring optimizations to improve memory accesses for Intel processors.

      T Code is optimized for Intel Core2 Duo processors, Intel Core2 Extreme processors, and the Dual-Core Intel Xeon processor 5100 series.
      This option also enables new optimizations in addition to Intel processor-specific optimizations including advanced data layout and code restructuring optimizations to improve memory accesses for Intel processors

      Do not use these options if you are executing a program on a processor that is not an Intel processor. If you use this option on a non-compatible processor to compile the main program (in Fortran) or the function main() in C/C++, the program will display a fatal run-time error if they are executed on unsupported processors.

      In particular, such programs compiled with processor values N, B, or P will display a fatal run-time error if they are executed on unsupported processors.

    • -Qprec-div-
    • [user]
    • (disable/enable[default] -Qprec-div[-])

      This option improves precision of floating-point divides. It has a slight impact on speed.

      With some optimizations, such as -xN and -xB (Linux) or /QxN and /QxB (Windows), the compiler may change floating-point division computations into multiplication by the reciprocal of the denominator. For example, A/B is computed as A * (1/B) to improve the speed of the computation.

      However, sometimes the value produced by this transformation is not as accurate as full IEEE division. When it is important to have fully precise IEEE division, use this option to disable the floating-point division-to-multiplication optimization. The result is more accurate, with some loss of performance.

      If you specify -no-prec-div (Linux and Mac OS) or /Qprec-div- (Windows), it enables optimizations that give slightly less precise results than full IEEE division.

    • -GX
    • [user]
    • This option enables C++ exception handling.

    • -GR
    • [user]
    • Enables C++ Run Time Type Information (RTTI).


Flag description origin markings:

[user] Indicates that the flag description came from the user flags file.
[suite] Indicates that the flag description came from the suite-wide flags file.
[benchmark] Indicates that the flag description came from a per-benchmark flags file.

The flags file that was used to format this result can be browsed at
http://www.spec.org/cpu2006/flags/dell.ic10.windows.flags.html.

You can also download the XML flags source by saving the following link:
http://www.spec.org/cpu2006/flags/dell.ic10.windows.flags.xml.


For questions about the meanings of these flags, please contact the tester.
For other inquiries, please contact webmaster@spec.org
Copyright 2006-2014 Standard Performance Evaluation Corporation
Tested with SPEC CPU2006 v1.0.
Report generated on Tue Jul 22 13:10:07 2014 by SPEC CPU2006 flags formatter v6906.