Tells the compiler to inline calls to calloc() as calls to malloc() and memset().
IA-32, Intel® 64 architectures
Linux and Mac OS X: | -inline-calloc -no-inline-calloc |
Windows: | /Qinline-calloc /Qinline-calloc- |
None
-no-inline-calloc |
The compiler inlines calls to calloc() as calls to calloc(). |
This option tells the compiler to inline calls to calloc() as calls to malloc() and memset(). This enables additional memset() optimizations. For example, it can enable inlining as a sequence of store operations when the size is a compile time constant.
Many routines in the supplied libraries are more highly optimized for Intel® microprocessors than for non-Intel microprocessors
Optimization Notice |
---|
Intel’s compilers may or may not optimize to the same degree for non-Intel microprocessors for optimizations that are not unique to Intel microprocessors. These optimizations include SSE2, SSE3, and SSSE3 instruction sets and other optimizations. Intel does not guarantee the availability, functionality, or effectiveness of any optimization on microprocessors not manufactured by Intel. Microprocessor-dependent optimizations in this product are intended for use with Intel microprocessors. Certain optimizations not specific to Intel microarchitecture are reserved for Intel microprocessors. Please refer to the applicable product User and Reference Guides for more information regarding the specific instruction sets covered by this notice. Notice revision #20110804 |
None
Copyright © 1996-2011, Intel Corporation. All rights reserved.