From: "Karl Hasselström" <kha@treskal.com>
To: A B <gentosaker@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: git bisect on multiple cores
Date: Wed, 9 Apr 2008 09:17:50 +0200 [thread overview]
Message-ID: <20080409071750.GA23211@diana.vm.bytemark.co.uk> (raw)
In-Reply-To: <dbbf25900804080358o6b1ada20pfb94f68f06a23f83@mail.gmail.com>
On 2008-04-08 12:58:47 +0200, A B wrote:
> git bisect is really cool. I use it for the first time. Just a
> thought, if you have a multiple core computer, can't you make git
> build new versions in the background while testing the previuos
> version? Alright, if you build 2 versions, one of them will never be
> tested, but you will perhaps save some time by letting it build in
> the background?
Adding parallelism to a binary search scales very badly -- I'd say
about logarithmically, but I haven't thought hard about it. If it's
possible to use the extra cores to speed up the build+test cycle,
that's vastly preferable.
--
Karl Hasselström, kha@treskal.com
www.treskal.com/kalle
next prev parent reply other threads:[~2008-04-09 7:19 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-08 10:58 git bisect on multiple cores A B
2008-04-08 12:50 ` David Symonds
2008-04-08 18:50 ` Junio C Hamano
2008-04-09 4:29 ` Christian Couder
2008-04-09 5:47 ` Christian Couder
2008-04-09 7:17 ` Karl Hasselström [this message]
2008-04-09 8:07 ` Matthieu Moy
2008-04-09 8:27 ` Karl Hasselström
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=20080409071750.GA23211@diana.vm.bytemark.co.uk \
--to=kha@treskal.com \
--cc=gentosaker@gmail.com \
--cc=git@vger.kernel.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