diff -r 000000000000 -r fb279309251b core/com.nokia.carbide.cpp.compiler.doc.user/html/pragmas/p_opt_unroll_loops.htm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/com.nokia.carbide.cpp.compiler.doc.user/html/pragmas/p_opt_unroll_loops.htm Fri Apr 03 23:33:03 2009 +0100 @@ -0,0 +1,26 @@ + + + + + + + opt_unroll_loops + + + + +

opt_unroll_loops

+

Controls the use of loop unrolling optimization.

+
Syntax
+

#pragma opt_unroll_loops on | off | reset +

+
Targets
+ All platforms.
+
Remarks
+

If you enable this pragma, the compiler places multiple copies of a loop’s statements inside a loop to improve its speed.

+

This pragma does not correspond to any panel setting. To check this setting, use __option (opt_unroll_loops), described in Checking Settings. This settings is related to the “global_optimizer” level.

+ + + + +