The C251 compiler is an optimizing compiler. This means that the
compiler takes certain steps to ensure that the code that is
generated and output to the object file is the most efficient
(smaller and/or faster) code possible. The compiler analyzes the
generated code to produce more efficient instruction sequences. This
ensures that your C251 program runs as quickly as possible.
The C251 compiler provides six different levels of optimizing.
Each increasing level includes the optimizations of the levels below
it. Refer to the OPTIMIZE
directive for more information on the various optimization levels
that are available.
This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.
ARM websites use two types of cookie: (1) those that enable the site to function and perform as required; and (2) analytical cookies which anonymously track visitors only while using the site. If you are not happy with this use of these cookies please review our Privacy Policy to learn how they can be disabled. By disabling cookies some features of the site will not work.