[llvm-commits] [llvm-gcc-4.2] r48795 - /llvm-gcc-4.2/trunk/gcc/llvm-backend.cpp

Duncan Sands baldrick at free.fr
Wed Mar 26 00:50:51 PDT 2008


Hi Devang,

> >> +    Args.push_back("--inline-threshold=200");
> >
> > Is it possible to get hold of the default value, divide it by two,
> > and use that?
> 
> 
> This is not "half the default value".

if the default (according to the comment) is 400 and you are
using 200, isn't that half the default?  In another email Evan
suggested dropping the default back down to 200, and this down
to 100, which again is half.

Confused,

Duncan.



More information about the llvm-commits mailing list