From: "Nguyễn Thái Ngọc Duy" <pclouds@gmail.com>
To: git@vger.kernel.org
Cc: "Junio C Hamano" <gitster@pobox.com>,
"Ramsay Jones" <ramsay@ramsay1.demon.co.uk>,
"Nguyễn Thái Ngọc Duy" <pclouds@gmail.com>
Subject: [PATCH v2 0/2] Multithread index-pack
Date: Mon, 12 Mar 2012 09:32:27 +0700 [thread overview]
Message-ID: <1331519549-28090-1-git-send-email-pclouds@gmail.com> (raw)
Compared to the first version [1], this fixes thin-pack appending
problem because nr_resolved_detas is misupdated. It also makes sure no
pthread calls are called before thread data is initialized, and after
it is destroyed. This should fix the crash Ramsay observed on MinGW.
[1] http://thread.gmane.org/gmane.comp.version-control.git/191698
Nguyễn Thái Ngọc Duy (2):
index-pack: split second pass obj handling into own function
index-pack: support multithreaded delta resolving
Documentation/git-index-pack.txt | 10 ++
Makefile | 2 +-
builtin/index-pack.c | 225 +++++++++++++++++++++++++++++++++-----
3 files changed, 208 insertions(+), 29 deletions(-)
--
1.7.3.1.256.g2539c.dirty
next reply other threads:[~2012-03-12 2:33 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-12 2:32 Nguyễn Thái Ngọc Duy [this message]
2012-03-12 2:32 ` [PATCH v2 1/2] index-pack: split second pass obj handling into own function Nguyễn Thái Ngọc Duy
2012-03-12 2:32 ` [PATCH v2 2/2] index-pack: support multithreaded delta resolving Nguyễn Thái Ngọc Duy
2012-03-12 10:57 ` Thomas Rast
2012-03-12 11:42 ` Nguyen Thai Ngoc Duy
2012-03-12 11:47 ` Thomas Rast
2012-03-12 12:18 ` Nguyen Thai Ngoc Duy
2012-03-13 0:32 ` Ramsay Jones
2012-03-14 10:29 ` Nguyen Thai Ngoc Duy
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=1331519549-28090-1-git-send-email-pclouds@gmail.com \
--to=pclouds@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=ramsay@ramsay1.demon.co.uk \
/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).