From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24228 invoked by alias); 18 Aug 2008 12:10:55 -0000 Received: (qmail 24220 invoked by uid 22791); 18 Aug 2008 12:10:54 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 18 Aug 2008 12:10:20 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 95EE02A9747; Mon, 18 Aug 2008 08:10:18 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id z5iCPVV-WXUZ; Mon, 18 Aug 2008 08:10:18 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 1B8762A973C; Mon, 18 Aug 2008 08:10:18 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 02593E7ACD; Mon, 18 Aug 2008 14:10:10 +0200 (CEST) Date: Mon, 18 Aug 2008 12:10:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [RFC: 0/9] No context-switching Message-ID: <20080818121010.GJ16894@adacore.com> References: <200808161629.12044.pedro@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200808161629.12044.pedro@codesourcery.com> User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-08/txt/msg00473.txt.bz2 > This series of patches removes inferior control globals, in favour of > accessing thread_info members directly, effectivelly, getting rid of > the need to context-switch. I haven't had time to look at the specifics, but I think this will bring great progress in our code. Thanks for doing that! I'm really swamped right now, and trying to help with patch reviews, since we seem to be quite backed up, but I'll take a look asap, hopefully soon. -- Joel