From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1472 Path: news.gmane.org!not-for-mail From: John Spencer Newsgroups: gmane.linux.lib.musl.general Subject: Re: crypt* files in crypt directory Date: Thu, 09 Aug 2012 01:24:18 +0200 Message-ID: <5022F522.5090106@barfooze.de> References: <20120808022421.GE27715@brightrain.aerifal.cx> <20120808044235.GA22470@openwall.com> <20120808052844.GF27715@brightrain.aerifal.cx> <20120808062706.GA23135@openwall.com> <20120808214855.GL27715@brightrain.aerifal.cx> <20120808160810.731cec78@newbook> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1344468157 5330 80.91.229.3 (8 Aug 2012 23:22:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 8 Aug 2012 23:22:37 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1473-gllmg-musl=m.gmane.org@lists.openwall.com Thu Aug 09 01:22:38 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1SzFa8-0003xN-Tn for gllmg-musl@plane.gmane.org; Thu, 09 Aug 2012 01:22:29 +0200 Original-Received: (qmail 20072 invoked by uid 550); 8 Aug 2012 23:22:28 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 20064 invoked from network); 8 Aug 2012 23:22:27 -0000 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110221 SUSE/3.1.8 Mail/1.0 In-Reply-To: <20120808160810.731cec78@newbook> Xref: news.gmane.org gmane.linux.lib.musl.general:1472 Archived-At: On 08/09/2012 01:08 AM, Isaac Dunham wrote: > > Also, how much "bloat" does solar designer's proposal (unroll inside > BF_body) add? On 08/08/2012 07:28 AM, Rich Felker wrote: The size difference between the versions is roughly 50% (7k vs 11.5k with -Os and roughly 9k vs 13.5k with -O3). > Isaac Dunham +1 for the size (and clean code) vs speed tradeoff crypt is a function that very rarely gets called. better keep it non-bloated. if it takes 0.05 instead of 0.02 seconds, nobody will ever care...