diff -r 4891d49809bb -r 2b3996fc09a1 core/com.nokia.carbide.cpp.compiler.doc.user/html/pragmas/p_inline_max_auto_size.htm --- a/core/com.nokia.carbide.cpp.compiler.doc.user/html/pragmas/p_inline_max_auto_size.htm Mon Jul 19 15:31:48 2010 -0500 +++ b/core/com.nokia.carbide.cpp.compiler.doc.user/html/pragmas/p_inline_max_auto_size.htm Mon Jul 19 16:13:24 2010 -0500 @@ -1,30 +1,30 @@ - - - - - - - inline_max_auto_size - - - - -

inline_max_auto_size

-

Determines the maximum complexity for an auto-inlined function.

-
Syntax
-

#pragma inline_max_auto_size ( complex )

-
Parameters
-

complex

-
-

The complex value is an approximation of the number of statements in a function, the current default is 15. Selecting a higher value will inline more functions, but can lead to excessive code bloat.

-
-
Targets
- All platforms.
-
Remarks
- This pragma does not correspond to any panel setting. To check this setting, use __option (inline_max_auto_size), described in Checking Settings. -

- - - - - + + + + + + + inline_max_auto_size + + + + +

inline_max_auto_size

+

Determines the maximum complexity for an auto-inlined function.

+
Syntax
+

#pragma inline_max_auto_size ( complex )

+
Parameters
+

complex

+
+

The complex value is an approximation of the number of statements in a function, the current default is 15. Selecting a higher value will inline more functions, but can lead to excessive code bloat.

+
+
Targets
+ All platforms.
+
Remarks
+ This pragma does not correspond to any panel setting. To check this setting, use __option (inline_max_auto_size), described in Checking Settings. +

+ + + + +