From: Nicolas Pitre <nico@cam.org>
To: "Björn Steinbrink" <B.Steinbrink@gmx.de>
Cc: Johannes Schindelin <Johannes.Schindelin@gmx.de>,
Junio C Hamano <gitster@pobox.com>,
spearce@spearce.org, git@vger.kernel.org
Subject: Re: [PATCH] index-pack: correctly initialize appended objects
Date: Fri, 25 Jul 2008 08:24:51 -0400 (EDT) [thread overview]
Message-ID: <alpine.LFD.1.10.0807250819100.9968@xanadu.home> (raw)
In-Reply-To: <20080725120102.GB32487@atjola.homenet>
[-- Attachment #1: Type: TEXT/PLAIN, Size: 1618 bytes --]
On Fri, 25 Jul 2008, Björn Steinbrink wrote:
> On 2008.07.25 07:54:49 -0400, Nicolas Pitre wrote:
> > On Fri, 25 Jul 2008, Johannes Schindelin wrote:
> >
> > > Hi,
> > >
> > > On Thu, 24 Jul 2008, Junio C Hamano wrote:
> > >
> > > > The function does not seem to use type (which the patch is also setting)
> > > > nor real_type (which the patch does not set).
> > > >
> > > > However, the code checks objects[nth].real_type all over the place in
> > > > the code. Doesn't the lack of real_type assignment in
> > > > append_obj_to_pack() affect them in any way?
> > >
> > > >From staring at the code, I thought that real_type was set in
> > > resolve_delta(), but I may be wrong.
> > >
> > > The safer thing would be to set it, but I am not quite sure if we can use
> > > "type" directly, or if type can be "delta" for an object that is used to
> > > complete the pack, and therefore stored as a non-delta.
> >
> > Objects to complete the pack are always non delta, so the type and
> > real_type should be the same. However that shouldn't matter since at
> > that point the object array is not walked anymore, at least not for
> > appended objects, and therefore initializing the type at that point is
> > redundant.
>
> Is that still true when the object has been pruned due to memory
> constraints set by deltaBaseCacheLimit? AFAICT when reloading the data
> for the object, we end up in get_base_data, which at least checks
> obj->type.
yeah, true. I don't really have this new code path in my head yet.
In any case, appended objects should have type = real_type = non delta
type.
Nicolas
next prev parent reply other threads:[~2008-07-25 12:26 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-24 17:32 [PATCH] index-pack: correctly initialize appended objects Johannes Schindelin
2008-07-24 18:07 ` Björn Steinbrink
2008-07-25 5:21 ` Junio C Hamano
2008-07-25 10:24 ` Johannes Schindelin
2008-07-25 11:54 ` Nicolas Pitre
2008-07-25 12:01 ` Björn Steinbrink
2008-07-25 12:24 ` Nicolas Pitre [this message]
2008-07-25 18:15 ` Junio C Hamano
2008-07-25 11:55 ` Björn Steinbrink
2008-07-25 13:15 ` Johannes Schindelin
2008-07-25 16:42 ` Shawn O. Pearce
2008-07-25 17:13 ` Björn Steinbrink
2008-07-25 17:20 ` Shawn O. Pearce
2008-07-26 3:04 ` Johannes Schindelin
2008-07-25 11:48 ` Nicolas Pitre
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.1.10.0807250819100.9968@xanadu.home \
--to=nico@cam.org \
--cc=B.Steinbrink@gmx.de \
--cc=Johannes.Schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=spearce@spearce.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).