[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
inline_depth

Description:
Controls how deeply inline function calls are expanded.
Compatibility:
This pragma is compatible with the following platform targets:
Prototype:
#pragma inline_depth(n)
#pragma inline_depth(smart)
Remarks:
Sets the number of passes used to expand inline function calls. The number n is an integer from 0 to 1024 or the smart specifier.
The smart specifier is the default mode, with 4 passes where the passes 2-4 are limited to small inline functions. All inlineable functions are expanded if inline_depth is set to 1-1024.
The pragmas dont_inline and always_inline override this pragma.
[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.
Last updated: August 17, 2000