git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Peter Harris <git@peter.is-a-geek.org>
To: Nicolas Pitre <nico@cam.org>
Cc: Johannes Schindelin <Johannes.Schindelin@gmx.de>,
	Junio C Hamano <gitster@pobox.com>,
	git@vger.kernel.org
Subject: Re: [PATCH] remove ARM and Mozilla SHA1 implementations
Date: Mon, 24 Aug 2009 16:10:47 -0400	[thread overview]
Message-ID: <eaa105840908241310m5c4007ach19f496fe294eb7ea@mail.gmail.com> (raw)
In-Reply-To: <alpine.LFD.2.00.0908241318000.6044@xanadu.home>

On Mon, Aug 24, 2009 at 1:27 PM, Nicolas Pitre<nico@cam.org> wrote:
>
> TRy a build with PPC_SHA1=1, and then compare with BLK_SHA1=1.
> And best is to time a fsck --full.

I happen to have an old POWER3 AIX box available.

I got tired of waiting for a fsck --full to complete on the git repo,
so I used git://anongit.freedesktop.org/git/xcb/libxcb instead. Best
of five runs:

OpenSSL:
$ time ../git-1.6.4.1/git fsck --full

real    0m4.120s
user    0m3.776s
sys     0m0.031s

BLK_SHA1:
$ time ../git-blk/git fsck --full

real    0m4.231s
user    0m3.867s
sys     0m0.026s

PPC_SHA1:

    CC ppc/sha1ppc.o
Assembler:
/tmp//ccdODWpe.s: line 8: 1252-142 Syntax error.
/tmp//ccdODWpe.s: line 9: 1252-142 Syntax error.
[same error repeated 42 times]
gmake: *** [ppc/sha1ppc.o] Error 1

Hmm. So that may not help so much after all. Let me know if there are
any other tests you would like me to run.

This machine has:
$ gcc --version
gcc (GCC) 3.3.2

$ as -v
as V5.3

$ lsattr -E -l proc0
frequency   200000000      Processor Speed       False
smt_enabled false          Processor SMT enabled False
smt_threads 0              Processor SMT threads False
state       enable         Processor state       False
type        PowerPC_POWER3 Processor type        False


Peter Harris

  reply	other threads:[~2009-08-24 20:11 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-17 23:56 [PATCH] remove ARM and Mozilla SHA1 implementations Nicolas Pitre
2009-08-18  0:09 ` Johannes Schindelin
2009-08-24  4:12   ` Nicolas Pitre
2009-08-24 11:33     ` Johannes Schindelin
2009-08-24 16:52       ` Johannes Schindelin
2009-08-24 17:27         ` Nicolas Pitre
2009-08-24 20:10           ` Peter Harris [this message]
2009-08-18  0:09 ` [PATCH v2] " Nicolas Pitre
2009-08-18  5:49   ` David Aguilar
2009-08-18 12:42     ` Nicolas Pitre
  -- strict thread matches above, loose matches on Subject: below --
2009-08-24 11:42 [PATCH] " Ulrik Sverdrup

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=eaa105840908241310m5c4007ach19f496fe294eb7ea@mail.gmail.com \
    --to=git@peter.is-a-geek.org \
    --cc=Johannes.Schindelin@gmx.de \
    --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;
as well as URLs for NNTP newsgroup(s).