The debug view generated for use of inline functions is generally
good. However, it is sometimes useful to avoid inlining functions
because in some situations, debugging is clearer if they are not
inlined. You can enable and disable the inlining of functions using
the --no_inline, --inline, --autoinline and --no_autoinline command-line
options.
The debug view can also be adversely affected by retaining
both inline and out-of-line copies of a function when out-of-line
copies are not required. Functions that are never called from outside a
module can be declared as static functions to avoid an unnecessarily
complicated debug view.
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.