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: RFC: speed up have_live_inferiors


Tom> I would appreciate comments on this patch.
Tom> In the absence of comments I will check it in.
[...]
Tom> have_live_inferiors calls make_cleanup_restore_current_thread.
Tom> This in turn does a surprising (to me) amount of work, including storing
Tom> the selected frame, which in turn might call the inline frame sniffer.

I am checking this in now.

Tom


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