From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27023 invoked by alias); 7 Sep 2009 20:48:17 -0000 Received: (qmail 26997 invoked by uid 22791); 7 Sep 2009 20:48:14 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 07 Sep 2009 20:48:05 +0000 Received: from spaceape7.eur.corp.google.com (spaceape7.eur.corp.google.com [172.28.16.141]) by smtp-out.google.com with ESMTP id n87KlpXW000524 for ; Mon, 7 Sep 2009 21:47:57 +0100 Received: from ywh37 (ywh37.prod.google.com [10.192.8.37]) by spaceape7.eur.corp.google.com with ESMTP id n87Klnr1029899 for ; Mon, 7 Sep 2009 13:47:49 -0700 Received: by ywh37 with SMTP id 37so4068132ywh.17 for ; Mon, 07 Sep 2009 13:47:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.160.10 with SMTP id i10mr24610102ybe.186.1252356468927; Mon, 07 Sep 2009 13:47:48 -0700 (PDT) In-Reply-To: <20090907203321.GI30677@adacore.com> References: <20090903183658.GJ4343@adacore.com> <20090907203321.GI30677@adacore.com> Date: Mon, 07 Sep 2009 20:48:00 -0000 Message-ID: Subject: Re: [RFA/PATCH] PR/9711: quadratic slowdown for deep stack traces From: Doug Evans To: Joel Brobecker Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true X-IsSubscribed: yes 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: 2009-09/txt/msg00167.txt.bz2 On Mon, Sep 7, 2009 at 1:33 PM, Joel Brobecker wrote: > I used "frame_stash" to avoid the confusion with the "cache" terminology > used in that unit. "works for me"