From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 27 Sep 2011 12:21:30 +0200 Subject: [U-Boot] [PATCH] ARM: Convert {in, out}s[bwl] to inline functions In-Reply-To: <20110927093115.56D411407999@gemini.denx.de> References: <1317062895-3847-1-git-send-email-marek.vasut@gmail.com> <20110927093115.56D411407999@gemini.denx.de> Message-ID: <201109271221.30295.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday, September 27, 2011 11:31:15 AM Wolfgang Denk wrote: > Dear Marek Vasut, > > In message <1317062895-3847-1-git-send-email-marek.vasut@gmail.com> you wrote: > > The size of uboot binary grows by a few bytes, but the gain (better type > > checking) is worth it. > > And what _exactly_ are "a few bytes" ? Nevermind, it must have been some kind of a fluctuation yesterday. Right now, I made a new measurement and the size didn't change with/without the patch (this is more what I'd expect to happen). Cheers > > Best regards, > > Wolfgang Denk