diff options
author | Stefan Beller <sbeller@google.com> | 2018-05-08 12:37:24 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-05-09 12:12:36 +0900 |
commit | 99bf115c879af7e38ef0ca9596fc9db1d6598d5f (patch) | |
tree | 1649347a2a4a8b94495b1d95782249f3943346d5 /git-mergetool--lib.sh | |
parent | cache.h: allow oid_object_info to handle arbitrary repositories (diff) | |
download | tgif-99bf115c879af7e38ef0ca9596fc9db1d6598d5f.tar.xz |
repository: introduce parsed objects field
Convert the existing global cache for parsed objects (obj_hash) into
repository-specific parsed object caches. Existing code that uses
obj_hash are modified to use the parsed object cache of
the_repository; future patches will use the parsed object caches of
other repositories.
Another future use case for a pool of objects is ease of memory management
in revision walking: If we can free the rev-list related memory early in
pack-objects (e.g. part of repack operation) then it could lower memory
pressure significantly when running on large repos. While this has been
discussed on the mailing list lately, this series doesn't implement this.
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-mergetool--lib.sh')
0 files changed, 0 insertions, 0 deletions