From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32696 invoked by alias); 20 Dec 2014 08:29:18 -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 32676 invoked by uid 89); 20 Dec 2014 08:29:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f169.google.com Received: from mail-wi0-f169.google.com (HELO mail-wi0-f169.google.com) (209.85.212.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sat, 20 Dec 2014 08:29:16 +0000 Received: by mail-wi0-f169.google.com with SMTP id r20so6646698wiv.2 for ; Sat, 20 Dec 2014 00:29:13 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.180.109.45 with SMTP id hp13mr12750718wib.4.1419064152814; Sat, 20 Dec 2014 00:29:12 -0800 (PST) Received: by 10.27.132.70 with HTTP; Sat, 20 Dec 2014 00:29:12 -0800 (PST) In-Reply-To: References: Date: Sat, 20 Dec 2014 08:29:00 -0000 Message-ID: Subject: Re: [PATCH] symbol lookup cache From: Doug Evans To: gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-12/txt/msg00585.txt.bz2 On Fri, Dec 19, 2014 at 11:56 PM, Doug Evans wrote: > Here is an updated patch for the symbol cache, > with docs and ChangeLog entry. Oh, btw, flushing of the cache on new_objfile and free_objfile events *could* be more intelligent. Easy enough to do, left for another day.