commit | ea55ba0c925c846b52b7e1062ead3e6105aa3c06 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu May 14 08:30:08 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 01 11:48:05 2020 -0400 |
tree | b5aafeda400415459ebd8e224104a5700d24c1b8 | |
parent | 5cbb29e90117c3fba6cfeb6c9bb8db9b87aaa854 [diff] |
compilers: Introduce options for forcing inlining on SPL/TPL There are cases where when we allow the compiler to decide about making inline decisions rather than forcing them it can save us space. For now, we keep the default values for inlining that we have had historically. Cc: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Tom Rini <trini@konsulko.com>