[Bug default/31536] New: abidb: support parallelized --submit / --check
fche at redhat dot com
sourceware-bugzilla@sourceware.org
Fri Mar 22 18:00:55 GMT 2024
https://sourceware.org/bugzilla/show_bug.cgi?id=31536
Bug ID: 31536
Summary: abidb: support parallelized --submit / --check
Product: libabigail
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: default
Assignee: unassigned at sourceware dot org
Reporter: fche at redhat dot com
CC: libabigail at sourceware dot org
Target Milestone: ---
abidb --submit and --check operations are excessively serialized.
It should be possible to run adidw on many given binaries concurrently in
subprocesses, since those ops represent the bulk of the time.
The --submit part is slightly trickier because each submit operation requires a
git repo modification, but those are quite short. --check ops could be much
more parallel because many can read the same git repo in parallel.
Perhaps an asyncio.subprocess or such layer on top of the subprocess invocation
loop could do the trick.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Libabigail
mailing list