Re: [PATCH 0/7]: uninline some net related static inline in .h bloaters
From: David Miller <davem@davemloft.net>
Date: 2008-03-28 00:55:17
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2008-03-28 00:55:17
Also in:
lkml
From: "Ilpo_Järvinen" <redacted> Date: Thu, 27 Mar 2008 14:37:59 +0200
As suggested by Andrew, I rerun the uninlining of all what's in .h (v2.6.25-rc2-mm1 this time) to fix the (un)likely profiling overhead which showed up in the allyesconfig results. The config was manually tweaked from allyesconfig to not include a number of debug related options [1]. Other setup: 32-bit x86, gcc (GCC) 4.1.2 20070626 (Red Hat 4.1.2-13). I also tweaked the uninlining machinery a bit and got even better coverage than last time.
I applied everything and will push to net-2.6.26 after some build tests. Thanks!