Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 09 Aug 2012 01:24:18 +0200
From: John Spencer <maillist-musl@...fooze.de>
To: musl@...ts.openwall.com
Subject: Re: crypt* files in crypt directory

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...

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.