public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug symtab/8367] [RFA]  performance improvement of lookup_partial_symtab
       [not found] <bug-8367-4717@http.sourceware.org/bugzilla/>
@ 2011-12-14 16:07 ` cvs-commit at gcc dot gnu.org
  2011-12-14 16:09 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2011-12-14 16:07 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=8367

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2011-12-14 16:06:16 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    devans@sourceware.org    2011-12-14 16:06:01

Modified files:
    gdb            : ChangeLog 

Log message:
    Add PR gdb/8367 to basenames-may-differ patch.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.13620&r2=1.13621

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug symtab/8367] [RFA]  performance improvement of lookup_partial_symtab
       [not found] <bug-8367-4717@http.sourceware.org/bugzilla/>
  2011-12-14 16:07 ` [Bug symtab/8367] [RFA] performance improvement of lookup_partial_symtab cvs-commit at gcc dot gnu.org
@ 2011-12-14 16:09 ` cvs-commit at gcc dot gnu.org
  2015-06-16 17:28 ` dje at google dot com
  2023-01-06 19:42 ` tromey at sourceware dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2011-12-14 16:09 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=8367

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2011-12-14 16:08:45 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Branch:     gdb_7_4-branch
Changes by:    devans@sourceware.org    2011-12-14 16:08:37

Modified files:
    gdb            : ChangeLog 

Log message:
    Add PR gdb/8367 to basenames-may-differ patch.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_4-branch&r1=1.13614.2.8&r2=1.13614.2.9

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug symtab/8367] [RFA]  performance improvement of lookup_partial_symtab
       [not found] <bug-8367-4717@http.sourceware.org/bugzilla/>
  2011-12-14 16:07 ` [Bug symtab/8367] [RFA] performance improvement of lookup_partial_symtab cvs-commit at gcc dot gnu.org
  2011-12-14 16:09 ` cvs-commit at gcc dot gnu.org
@ 2015-06-16 17:28 ` dje at google dot com
  2023-01-06 19:42 ` tromey at sourceware dot org
  3 siblings, 0 replies; 5+ messages in thread
From: dje at google dot com @ 2015-06-16 17:28 UTC (permalink / raw)
  To: gdb-prs

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

dje at google dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |performance
                 CC|                            |dje at google dot com

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


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

* [Bug symtab/8367] [RFA]  performance improvement of lookup_partial_symtab
       [not found] <bug-8367-4717@http.sourceware.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2015-06-16 17:28 ` dje at google dot com
@ 2023-01-06 19:42 ` tromey at sourceware dot org
  3 siblings, 0 replies; 5+ messages in thread
From: tromey at sourceware dot org @ 2023-01-06 19:42 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
                 CC|                            |tromey at sourceware dot org
             Status|ASSIGNED                    |RESOLVED

--- Comment #4 from Tom Tromey <tromey at sourceware dot org> ---
Note to self, to compile you must use:

$ gnatmake -g main -aImany_files

With git master this is very quick:

(gdb) maint time 1
(gdb) list
/home/tromey/gdb/PRs/pr8367-basenames/many_files/pack_0001_test.ads:22023-01-06
12:40:09.325 - command started
1       package Pack_0001_Test is
2          pragma Pure;
3          Var_0001_Test : constant String := "0001";
4       end Pack_0001_Test;
2023-01-06 12:40:09.359 - command finished
Command execution time: 0.034019 (cpu), 0.034398 (wall)


So I think this is fixed.

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

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

* [Bug symtab/8367] [RFA]  performance improvement of lookup_partial_symtab
       [not found] <20030626173801.8367.guitton@act-europe.fr>
@ 2009-01-05 19:39 ` tromey at redhat dot com
  0 siblings, 0 replies; 5+ messages in thread
From: tromey at redhat dot com @ 2009-01-05 19:39 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From tromey at redhat dot com  2009-01-05 19:39 -------
*** Bug 9264 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |larue at cadence dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=8367

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2023-01-06 19:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-8367-4717@http.sourceware.org/bugzilla/>
2011-12-14 16:07 ` [Bug symtab/8367] [RFA] performance improvement of lookup_partial_symtab cvs-commit at gcc dot gnu.org
2011-12-14 16:09 ` cvs-commit at gcc dot gnu.org
2015-06-16 17:28 ` dje at google dot com
2023-01-06 19:42 ` tromey at sourceware dot org
     [not found] <20030626173801.8367.guitton@act-europe.fr>
2009-01-05 19:39 ` tromey at redhat dot com

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).