13.07.2015 Views

TASKING VX-toolset for ARM User Guide

TASKING VX-toolset for ARM User Guide

TASKING VX-toolset for ARM User Guide

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Tool OptionsC compiler option: --inlineMenu entry1. Select C/C++ Compiler » Optimization.2. Enable the option Always inline function calls.Command line syntax--inlineDescriptionWith this option you instruct the compiler to inline calls to functions without the __noinline functionqualifier whenever possible. This option has the same effect as a #pragma inline at the start of thesource file.This option can be useful to increase the possibilities <strong>for</strong> code compaction (C compiler option--optimize=+compact).ExampleTo always inline function calls:carm --optimize=+compact --inline test.cRelated in<strong>for</strong>mationC compiler option --optimize=+compact (Optimization: code compaction)Section 1.10.2, Inlining Functions: inline321

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!