From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10815 invoked by alias); 20 Feb 2017 20:06:55 -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 10780 invoked by uid 89); 20 Feb 2017 20:06:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,TRACKER_ID autolearn=no version=3.3.2 spammy= X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 20 Feb 2017 20:06:53 +0000 Received: from smtp.corp.redhat.com (int-mx16.intmail.prod.int.phx2.redhat.com [10.5.11.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id ECB75C0528C0; Mon, 20 Feb 2017 20:06:53 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-221.ams2.redhat.com [10.36.116.221]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 326922E65B; Mon, 20 Feb 2017 20:06:53 +0000 (UTC) Date: Mon, 20 Feb 2017 20:06:00 -0000 From: Jan Kratochvil To: gdb-patches@sourceware.org Cc: Victor Leschuk Subject: [commit] [PATCH v2 3/8] Code cleanup: Refactor abbrev_table_read_table cycle Message-ID: <20170220200649.GC24098@host1.jankratochvil.net> References: <148753968011.4016.6818202131640662529.stgit@host1.jankratochvil.net> <148753969859.4016.11708558461065078561.stgit@host1.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <148753969859.4016.11708558461065078561.stgit@host1.jankratochvil.net> User-Agent: Mutt/1.7.1 (2016-10-04) X-IsSubscribed: yes X-SW-Source: 2017-02/txt/msg00550.txt.bz2 On Sun, 19 Feb 2017 22:28:18 +0100, Jan Kratochvil wrote: > gdb/ChangeLog > 2017-02-11 Jan Kratochvil > > * dwarf2read.c (abbrev_table_read_table): Read the data only once. 22d2f3ab926890490deed2888f6f013031fa6a6e Jan