From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 26 Sep 2011 20:35:25 +0200 Subject: [U-Boot] [PATCH] GCC4.4: Squash multiple warnings due to strict aliasing In-Reply-To: <20110926183358.2A9441407999@gemini.denx.de> References: <1317002798-27112-1-git-send-email-marek.vasut@gmail.com> <201109261937.01263.marek.vasut@gmail.com> <20110926183358.2A9441407999@gemini.denx.de> Message-ID: <201109262035.25445.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 Monday, September 26, 2011 08:33:58 PM Wolfgang Denk wrote: > Dear Marek Vasut, > > In message <201109261937.01263.marek.vasut@gmail.com> you wrote: > > > What exactly are the advantages, and what the disadvantages? > > > > > > code size / memory footprint? > > > > I assume converting those to inline function will yield no memory usage > > growth at all. > > Please don't assume, measure it. Thanks. Will do ... though I'd prefer to have this patch and the other one separate. Cheers > > Best regards, > > Wolfgang Denk