From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Klhuj-0003QJ-OT for qemu-devel@nongnu.org; Fri, 03 Oct 2008 06:29:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Klhui-0003NH-KQ for qemu-devel@nongnu.org; Fri, 03 Oct 2008 06:29:36 -0400 Received: from [199.232.76.173] (port=56479 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Klhui-0003MX-0P for qemu-devel@nongnu.org; Fri, 03 Oct 2008 06:29:36 -0400 Received: from rv-out-0708.google.com ([209.85.198.242]:43976) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Klhuh-0007Xw-Q7 for qemu-devel@nongnu.org; Fri, 03 Oct 2008 06:29:35 -0400 Received: by rv-out-0708.google.com with SMTP id f25so1374108rvb.22 for ; Fri, 03 Oct 2008 03:29:34 -0700 (PDT) Message-ID: <761ea48b0810030329g1d67e075m8237afe42f4c1bf5@mail.gmail.com> Date: Fri, 3 Oct 2008 12:29:34 +0200 From: "Laurent Desnogues" Subject: Re: [Qemu-devel] [PATCH] Fix symbol lookup for mips64* targets In-Reply-To: <48E5EF45.6070900@mail.berlios.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48E52067.6080408@mail.berlios.de> <20081002215256.GD13440@networkno.de> <48E5EF45.6070900@mail.berlios.de> 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 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. Laurent