From: Linus Torvalds <torvalds@linux-foundation.org>
To: Nicolas Pitre <nico@cam.org>
Cc: Git Mailing List <git@vger.kernel.org>,
Junio C Hamano <gitster@pobox.com>
Subject: Re: block-sha1: improve code on large-register-set machines
Date: Tue, 11 Aug 2009 15:53:28 -0700 (PDT) [thread overview]
Message-ID: <alpine.LFD.2.01.0908111550470.28882@localhost.localdomain> (raw)
In-Reply-To: <alpine.LFD.2.00.0908111437160.10633@xanadu.home>
On Tue, 11 Aug 2009, Nicolas Pitre wrote:
>
> Well... gcc is really strange in this case (and similar other ones) with
> ARM compilation. A good indicator of the quality of the code is the
> size of the stack frame. When using the "+m" then gcc creates a 816
> byte stack frame, the generated binary grows by approx 3000 bytes, and
> performances is almost halved (7.600s). Looking at the assembly result
> I just can't figure out all the crazy moves taking place. Even the
> version with no barrier what so ever produces better assembly with a
> stack frame of 560 bytes.
Ok, that's just crazy. That function has a required stack size of exactly
64 bytes, and anything more than that is just spilling. And if you end up
with a stack frame of 560 bytes, that means that gcc is doing some _crazy_
spilling.
One thing that strikes me is that I've been just testing with gcc-4.4, and
BenH (who did some tests on PPC where SHA1 is just _trivial_ because it
all fits in the normal register space) noticed that older versions of gcc
that he tested did much worse on this.
I think Artur also posted (x86) numbers with older gcc versions doing
worse. Maybe you're seeing some of that?
Linus
next prev parent reply other threads:[~2009-08-11 22:54 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-10 23:52 block-sha1: improve code on large-register-set machines Linus Torvalds
2009-08-11 6:15 ` Nicolas Pitre
2009-08-11 15:04 ` Linus Torvalds
2009-08-11 18:00 ` Nicolas Pitre
2009-08-11 19:31 ` Nicolas Pitre
2009-08-11 21:20 ` Brandon Casey
2009-08-11 21:36 ` Nicolas Pitre
2009-08-11 21:49 ` Brandon Casey
2009-08-11 22:57 ` Linus Torvalds
2009-08-11 23:13 ` Brandon Casey
2009-08-11 15:43 ` Linus Torvalds
2009-08-11 20:03 ` Nicolas Pitre
2009-08-11 22:53 ` Linus Torvalds [this message]
2009-08-11 23:14 ` Linus Torvalds
2009-08-12 2:26 ` Nicolas Pitre
2009-08-11 23:45 ` Artur Skawina
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=alpine.LFD.2.01.0908111550470.28882@localhost.localdomain \
--to=torvalds@linux-foundation.org \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=nico@cam.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox