public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/29584] New: gdb: support zstd compressed .gnu_debugdata
@ 2022-09-19  4:24 i at maskray dot me
  2022-09-19  4:24 ` [Bug gdb/29584] " i at maskray dot me
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: i at maskray dot me @ 2022-09-19  4:24 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=29584

            Bug ID: 29584
           Summary: gdb: support zstd compressed .gnu_debugdata
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: i at maskray dot me
  Target Milestone: ---

.gnu_debugdata is compressed with xz, which is very slow to compress and
decompress.

zstd compressing with a large level (e.g. 18 used by Arch Linux packaging, 19
used by openSUSE packaging) can be slower than xz, but the output is much
faster to decompress (e.g. time(xz -18) / time(zstd -18) > 5 for some
workload).

This depends on PR29563 .

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-03-15  9:16 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-19  4:24 [Bug gdb/29584] New: gdb: support zstd compressed .gnu_debugdata i at maskray dot me
2022-09-19  4:24 ` [Bug gdb/29584] " i at maskray dot me
2022-09-27  2:54 ` i at maskray dot me
2023-02-16  2:55 ` i at maskray dot me
2023-02-16  6:15 ` tromey at sourceware dot org
2023-02-16  6:25 ` i at maskray dot me
2023-02-16  9:08 ` mark at klomp dot org
2023-02-16 17:42 ` i at maskray dot me
2023-02-16 21:46 ` tromey at sourceware dot org
2023-02-19 13:23 ` mark at klomp dot org
2023-02-19 19:24 ` i at maskray dot me
2024-03-15  9:16 ` sam at gentoo dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).