diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2023-01-26 12:18:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-26 12:18:53 +0100 |
commit | 6847d7350489c734a8ae033dea082936db12afa9 (patch) | |
tree | 30f4d3fb8f5683bcbb805e532fb04e8f5941942a /SECURITY.md | |
parent | eeba92e788f4baf1b745c0ab6c61354a35ba13fa (diff) | |
download | spack-6847d7350489c734a8ae033dea082936db12afa9.tar.gz spack-6847d7350489c734a8ae033dea082936db12afa9.tar.bz2 spack-6847d7350489c734a8ae033dea082936db12afa9.tar.xz spack-6847d7350489c734a8ae033dea082936db12afa9.zip |
Cleanup of binary text relocation (#34188)
Move the relocation of binary text in its own class
Drop threaded text replacement, since the current bottleneck
is decompression. It would be better to parallellize over packages,
instead of over files per package.
A small improvement with separate classes for text replacement is that we
now compile the regex in the constructor; previously it was compiled per
binary to be relocated.
Diffstat (limited to 'SECURITY.md')
0 files changed, 0 insertions, 0 deletions