Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757492AbXFWNNp (ORCPT ); Sat, 23 Jun 2007 09:13:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753698AbXFWNNi (ORCPT ); Sat, 23 Jun 2007 09:13:38 -0400 Received: from mailout.stusta.mhn.de ([141.84.69.5]:37241 "EHLO mailhub.stusta.mhn.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753525AbXFWNNi (ORCPT ); Sat, 23 Jun 2007 09:13:38 -0400 Date: Sat, 23 Jun 2007 15:13:55 +0200 From: Adrian Bunk To: Oleg Verych Cc: Denis Cheng , trivial@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] trivial: the memset operation on a automatic array variable should be optimized out by data initialization Message-ID: <20070623131355.GO23017@stusta.de> References: <467cac85.081b600a.5b88.457f@mx.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.15+20070412 (2007-04-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1582 Lines: 54 On Sat, Jun 23, 2007 at 09:59:33AM +0200, Oleg Verych wrote: > * From: Denis Cheng > * Newsgroups: linux.kernel > * Date: Fri, 22 Jun 2007 22:15:49 -0700 (PDT) > > > From: Denis Cheng > > > > the explicit memset call could be optimized out by data initialization, > > thus all the fill working can be done by the compiler implicitly. > > Can be optimized and can be done by compiler are just words; > > > and C standard guaranteed all the unspecified data field initialized to zero. > > standards and implementation are on opposite poles of magnet Bullshit. We expect a C compiler, and if a C compiler violates the C standard that's a bug in the compiler that has to be fixed. And gcc is usually quite good in following the C standard. > > Signed-off-by: Denis Cheng > > > > --- > > After comments in the former threads: > > http://lkml.org/lkml/2007/6/18/119 > > i see a patch > > > http://lkml.org/lkml/2007/6/18/48 > > same patch. >... Open your eyes and you'll find thread overviews at the left side of the URLs he gave... cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/