public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug symtab/29942] New: Read some DWARF purely in background
@ 2022-12-25 21:21 tromey at sourceware dot org
  2022-12-25 21:21 ` [Bug symtab/29942] " tromey at sourceware dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: tromey at sourceware dot org @ 2022-12-25 21:21 UTC (permalink / raw)
  To: gdb-prs

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

            Bug ID: 29942
           Summary: Read some DWARF purely in background
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: symtab
          Assignee: unassigned at sourceware dot org
          Reporter: tromey at sourceware dot org
  Target Milestone: ---

Currently, dwarf2_build_psymtabs_hard works synchronously: it sends
some work to worker threads, but it waits for all work to be
completed before proceeding.

However, it doesn't have to work this way.  Instead, it could start
reading immediately; and then after starting the background tasks,
it could store a future that would then be waited on by
cooked_index_functions::read_partial_symbols.

I think the main benefit to doing this would be that "attach"
might appear to be faster.  In particular work like downloading
from debuginfod could be done while other threads are scanning
the DWARF.

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

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

end of thread, other threads:[~2024-01-09  1:48 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-25 21:21 [Bug symtab/29942] New: Read some DWARF purely in background tromey at sourceware dot org
2022-12-25 21:21 ` [Bug symtab/29942] " tromey at sourceware dot org
2022-12-25 21:22 ` tromey at sourceware dot org
2022-12-26  5:53 ` tromey at sourceware dot org
2022-12-27 16:30 ` tromey at sourceware dot org
2023-08-13 15:37 ` tromey at sourceware dot org
2023-08-18 17:49 ` tromey at sourceware dot org
2023-08-19  7:11 ` sam at gentoo dot org
2023-08-23 20:02 ` tromey at sourceware dot org
2023-10-04 12:47 ` tromey at sourceware dot org
2023-11-12 23:27 ` tromey at sourceware dot org
2024-01-09  1:46 ` cvs-commit at gcc dot gnu.org
2024-01-09  1:48 ` tromey at sourceware 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).