This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
We consume a lot more time in 'integration' than I expected...
Indeed - whatever exactly integration is.
integration is the inliner, it was the name for the old RTL inliner. We just kept the old time name.
inline void foo() { }
inline void bar() { foo(); }
void foobar()
{
bar();
bar();
}| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |