From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KloEG-0004fC-CQ for qemu-devel@nongnu.org; Fri, 03 Oct 2008 13:14:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KloEE-0004em-S6 for qemu-devel@nongnu.org; Fri, 03 Oct 2008 13:14:12 -0400 Received: from [199.232.76.173] (port=41214 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KloEE-0004ef-Mv for qemu-devel@nongnu.org; Fri, 03 Oct 2008 13:14:10 -0400 Received: from fk-out-0910.google.com ([209.85.128.185]:58841) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KloEE-0002a6-EQ for qemu-devel@nongnu.org; Fri, 03 Oct 2008 13:14:10 -0400 Received: by fk-out-0910.google.com with SMTP id 18so1200231fks.2 for ; Fri, 03 Oct 2008 10:14:09 -0700 (PDT) Message-ID: Date: Fri, 3 Oct 2008 20:14:09 +0300 From: "Blue Swirl" Subject: Re: [Qemu-devel] [PATCH] Fix symbol lookup for mips64* targets In-Reply-To: <761ea48b0810030329g1d67e075m8237afe42f4c1bf5@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48E52067.6080408@mail.berlios.de> <20081002215256.GD13440@networkno.de> <48E5EF45.6070900@mail.berlios.de> <761ea48b0810030329g1d67e075m8237afe42f4c1bf5@mail.gmail.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 10/3/08, Laurent Desnogues wrote: > On Fri, Oct 3, 2008 at 12:09 PM, Stefan Weil wrote: > [...] > > > add a note to the TODO list: > > - store symbol addresses in full size (important for 64 bit targets) > > > And while you're at it add a note saying using linked lists for that > is killing performance :-) > > I have a hash-table based implementation somewhere if someone > wants to take a look. That would be interesting, please send.