[cfe-dev] inline functions

Eli Friedman eli.friedman at gmail.com
Mon Feb 2 15:25:52 PST 2009


On Mon, Feb 2, 2009 at 2:50 PM, VanDung To <vandungto at gmail.com> wrote:

> I can't find
> --inline-threshold in the list of options for the clang executable.

It's a hidden option.  You can use clang -help-hidden to get a more
complete list of options.

> I
> looked through the source code as well and cannot find any mentioning of the
> option inline-threshold.

It's in llvm/lib/Transforms/IPO/Inliner.cpp.

-Eli



More information about the cfe-dev mailing list