[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4DDFD6F2.1040304@linux.intel.com>
Date: Fri, 27 May 2011 09:53:06 -0700
From: Andi Kleen <ak@...ux.intel.com>
To: Will Deacon <will.deacon@....com>
CC: Nicolas Pitre <nico@...xnic.net>,
Catalin Marinas <Catalin.Marinas@....com>,
Måns Rullgård <mans@...sr.com>,
linux-arm-kernel@...ts.infradead.org,
lkml <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>, sam@...nborg.org
Subject: Re: [PATCH] ARM: Do not allow unaligned accesses when CONFIG_ALIGNMENT_TRAP
> Do you have any concrete examples of -fconserve-stack giving an overall
> win that isn't in the noise? The fact that the GCC documentation
> explicitly states that enabling the option can lead to `making the
> program slower' does make me question why we're enabling it in the first
> place.
Because the kernel has a limited stack. We had a few cases in the past where
inlining blew it, especially in large ioctl switch() functions which inlined
lots of others.
On modern gccs it's better because it is smarter about sharing stack
slots in large
functions. This was also worked around with manual noinlines.
But it's still far safer to tell gcc to conserve stack.
I consider the ARM gcc behaviour just a bug. The thing was really only
intended
for the inliner (I asked for it originally)
-Andi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists