core/com.nokia.carbide.cpp.compiler.doc.user/html/pragmas/p_optimization_level.htm
changeset 1641 2b3996fc09a1
parent 0 fb279309251b
equal deleted inserted replaced
1640:4891d49809bb 1641:2b3996fc09a1
    20   <p>This pragma specifies the degree of optimization that the global optimizer performs.</p>
    20   <p>This pragma specifies the degree of optimization that the global optimizer performs.</p>
    21   <p>To select optimizations, use the pragma optimization_level with an argument from 0 to 4. The higher the argument, the more optimizations performed by the global optimizer.</p>
    21   <p>To select optimizations, use the pragma optimization_level with an argument from 0 to 4. The higher the argument, the more optimizations performed by the global optimizer.</p>
    22   <p>For more information on the optimization the compiler performs for each optimization level, refer to the Targeting manual for your target platform. </p>
    22   <p>For more information on the optimization the compiler performs for each optimization level, refer to the Targeting manual for your target platform. </p>
    23   <p>These pragmas correspond to the settings in the Global Optimizations panel. By default, the settings corresponds to the level set in the Global Optimizations panel.</p>
    23   <p>These pragmas correspond to the settings in the Global Optimizations panel. By default, the settings corresponds to the level set in the Global Optimizations panel.</p>
    24   <p></p>
    24   <p></p>
    25 <div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
    25 <div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
    26 
    26 
    27 
    27 
    28 </body>
    28 </body>
    29 </html>
    29 </html>