This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: RFC: speed up have_live_inferiors
- From: Tom Tromey <tromey at redhat dot com>
- To: gdb-patches at sourceware dot org
- Date: Mon, 07 Mar 2011 08:50:09 -0700
- Subject: Re: RFC: speed up have_live_inferiors
- References: <m3aahe64ox.fsf@fleche.redhat.com>
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