Re: [PATCH] syscall latency improvement #1

Jeff Dike (jdike@karaya.com)
Mon, 28 Jan 2002 10:28:08 -0500


akpm@zip.com.au said:
> - If a function is very small (20-30 bytes) then inlining
> is correct even if it has many call sites.

- Or if it collapses to something very small due to constant propogation
and other optimizations.

Maybe this was intended, but I think it's worth making it explicit.

Jeff

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