From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20329 invoked by alias); 24 Nov 2013 07:05:27 -0000 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 Received: (qmail 20317 invoked by uid 89); 24 Nov 2013 07:05:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.2 required=5.0 tests=AWL,BAYES_50,GARBLED_BODY,RDNS_NONE autolearn=no version=3.3.2 X-HELO: relay1.mentorg.com Received: from Unknown (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 24 Nov 2013 07:05:24 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1VkTki-0005mN-R1 from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Sat, 23 Nov 2013 23:05:08 -0800 Received: from SVR-ORW-FEM-05.mgc.mentorg.com ([147.34.97.43]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 23 Nov 2013 23:05:08 -0800 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-05.mgc.mentorg.com (147.34.97.43) with Microsoft SMTP Server id 14.2.247.3; Sat, 23 Nov 2013 23:04:40 -0800 Message-ID: <5291A4BD.1080203@codesourcery.com> Date: Sun, 24 Nov 2013 09:02:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: Subject: Re: [PATCH 0/3 V3] Cache code access for disassemble References: <1384996594-20865-1-git-send-email-yao@codesourcery.com> In-Reply-To: <1384996594-20865-1-git-send-email-yao@codesourcery.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00742.txt.bz2 On 11/21/2013 09:16 AM, Yao Qi wrote: > This is the V3 of this patch series. Most of the patches were > committed because they are cleanups, and V3 only has three patches. > > Patch 1/3 is to rename some functions and variables related to > "stack-cache", to address review comments in V2 that we find they are > improper. Patch 2/3 is to add commands "set/show code-cache", and we > choose a way that "both stack cache and code cache use the single global > dcache, and transitions of either options will invalidate the dcache". > Patch 3/3 is unchanged. This patch series is pushed! -- Yao (齐尧)