Re: [PATCH 1/2] Make xmalloc and xrealloc thread-safe
From: Junio C Hamano <hidden> Date: 2016-06-15 22:48:29
Shawn Pearce [off-list ref] writes:
I thought pack-objects did all object access from the main thread and
only delta searches on the worker threads?
Hmm, you lost me. try_delta() is the one that reads the data out of
either loose object or from an existing pack for comparison lazily, and
that is what each worker thread runs repeatedly in find_deltas()...