Re: List of oversized inlines

From: Denis Vlasenko
Date: Sun Apr 11 2004 - 12:10:00 EST


On Sunday 11 April 2004 20:03, Dr. David Alan Gilbert wrote:
> Be careful in making judgements about the inlining behaviour based
> on sizes on one architecture. The size of these functions
> is likely to be radically different on different architectures, and
> the break off point of cache/RAM usage v branch cost is also likely
> to be entirely different.

I know. Other arches can rerun my script and compare results.

I worry more about

inline bogon(int i) {
if(i) {
...
}
}

style inlines. My methos won't catch 'em
--
vda

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/