[llvm-commits] [llvm-gcc-4.2] r51655 - /llvm-gcc-4.2/trunk/gcc/opts.c

Duncan Sands baldrick at free.fr
Thu May 29 07:47:30 PDT 2008


Hi Evan,

> Enable non-trivial inlining at -O2.

by setting flag_inline_functions at -O2,
you get flag_inline_trees = 2 which means
that LLVM inlining is run with a large
threshold rather than a small threshold.
Is that the desired behaviour?

Ciao,

Duncan.



More information about the llvm-commits mailing list