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

Evan Cheng evan.cheng at apple.com
Thu May 29 10:57:28 PDT 2008


Yeah, I had another small patch that I forgot to commit. I'll do so  
soon.

Evan

On May 29, 2008, at 7:47 AM, Duncan Sands wrote:

> 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