From: Pedro Alves <palves@redhat.com>
Cc: Phil Muldoon <pmuldoon@redhat.com>,
"gdb-patches@sourceware.org" <gdb-patches@sourceware.org>
Subject: Re: [patch] Convert frame_stash to a hash table
Date: Thu, 16 May 2013 18:44:00 -0000 [thread overview]
Message-ID: <5195290C.1020403@redhat.com> (raw)
In-Reply-To: <5194EBEF.9040209@redhat.com>
On 05/16/2013 03:23 PM, Pedro Alves wrote:
> I'd expected that a simple filter (like I imagine yours was)
> you'd not see any performance hit.
For the archives -- Phil and I spent a bit investigating tihs.
This expectation was just too naive.
The way the current frame stash is managed today (the last
frame get_frame_id is called on) lends itself to all sorts
of random places in the frame code where the stash happens
to flip to the wrong frame, or cases where we'd expect
the stash to be set but isn't (e.g., frapy_older
leaves without the stash set to the older frame). This
is just too fragile for this use case. Let's move on with the
new hash stash and be done with it.
Thanks,
--
Pedro Alves
next prev parent reply other threads:[~2013-05-16 18:44 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-16 13:09 Phil Muldoon
2013-05-16 13:42 ` Pedro Alves
2013-05-16 13:50 ` Phil Muldoon
2013-05-16 14:23 ` Pedro Alves
2013-05-16 14:27 ` Phil Muldoon
2013-05-16 14:41 ` Pedro Alves
2013-05-16 14:54 ` Phil Muldoon
2013-05-16 18:44 ` Pedro Alves [this message]
2013-05-16 13:42 ` Tom Tromey
2013-05-16 14:17 ` Phil Muldoon
2013-05-16 18:16 ` Tom Tromey
2013-05-16 19:03 ` Phil Muldoon
2013-05-16 19:07 ` Tom Tromey
2013-05-16 19:27 ` Phil Muldoon
2013-05-16 20:23 ` Tom Tromey
2013-05-17 8:39 ` Phil Muldoon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5195290C.1020403@redhat.com \
--to=palves@redhat.com \
--cc=gdb-patches@sourceware.org \
--cc=pmuldoon@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox