This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch][python] 1 of 5 - Frame filter Python C code changes.


>>>>> "Phil" == Phil Muldoon <pmuldoon@redhat.com> writes:

Phil> I think a frame stash using a hash table is doable, but I think it is
Phil> overkill because I am extremely suspicious of the frame to frame
Phil> object code.

I assume you are going to fix the frame to frame object code instead?
And this will fix the 20% penalty?

I'm not totally sure it should be "instead" rather than "as well as",
since it seems like some gdb.Frame access patterns will have bad
behavior with the current stash.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]