On Mon, Sep 29, 2008 at 02:55:26PM -0700, dean gaudet wrote:
It's unnecessary to have frame pointer in the kernel functions I meant.
I agree with you that disabling redzone is needed for kernel code,
but without frame pointers (which are generally a bad idea for
performance and should not have been added to the 64bit port ever)
redzone is also not particularly expensive and it shouldn't be needed
to do anything complicated (like splitting files) just for the few
cycles.
-Andi
--
ak@linux.intel.com
--