From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5005 invoked by alias); 7 Oct 2015 10:00:30 -0000 Mailing-List: contact libabigail-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Subscribe: Sender: libabigail-owner@sourceware.org Received: (qmail 4916 invoked by uid 48); 7 Oct 2015 10:00:25 -0000 From: "dodji at redhat dot com" To: libabigail@sourceware.org Subject: [Bug default/19081] Make abipkgdiff be multi-threaded Date: Thu, 01 Jan 2015 00:00:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: libabigail X-Bugzilla-Component: default X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: dodji at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dodji at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-q4/txt/msg00038.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=19081 --- Comment #1 from dodji at redhat dot com --- Note that for each pair of binaries to compare in a pair of packages, the reporting phase should not be done in parallel with the reporting phases of the other pairs of binaries. All the reporting of all pair of binaries should happen sequentially after the reading, comparison and diff categorization (the phase where the system learns about what diff report to filter out) happened in parallel mode. So we might need to add entry points in the library to perform the diff categorization separately from the reporting itself. -- You are receiving this mail because: You are on the CC list for the bug.