Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - F index

CONFIG_FORCED_INLINING: Force gcc to inline functions marked 'inline'

General informations

The Linux kernel configuration item CONFIG_FORCED_INLINING:

Help text

This option determines if the kernel forces gcc to inline the functions developers have marked 'inline'. Doing so takes away freedom from gcc to do what it thinks is best, which is desirable for the gcc 3.x series of compilers. The gcc 4.x series have a rewritten inlining algorithm and disabling this option will generate a smaller kernel there. Hopefully this algorithm is so good that allowing gcc4 to make the decision can become the default in the future, until then this option is there to test gcc for this.

Hardware

LKDDb

Raw data from LKDDb:

Sources

This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).

The data is retrived from:

Automatic links from Google (and ads)

Custom Search

Popular queries:

Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - F index

Automatically generated (in year 2024). See also LKDDb sources on GitLab