From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KiVa6-0004DV-OA for qemu-devel@nongnu.org; Wed, 24 Sep 2008 10:43:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KiVa5-0004Bt-2I for qemu-devel@nongnu.org; Wed, 24 Sep 2008 10:43:06 -0400 Received: from [199.232.76.173] (port=35306 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KiVa4-0004BZ-Md for qemu-devel@nongnu.org; Wed, 24 Sep 2008 10:43:04 -0400 Received: from rv-out-0708.google.com ([209.85.198.240]:62113) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KiVa3-0003uC-Tc for qemu-devel@nongnu.org; Wed, 24 Sep 2008 10:43:04 -0400 Received: by rv-out-0708.google.com with SMTP id f25so2327349rvb.22 for ; Wed, 24 Sep 2008 07:43:01 -0700 (PDT) Message-ID: <94a0d4530809240743y53264177va8b98f919f584251@mail.gmail.com> Date: Wed, 24 Sep 2008 17:43:01 +0300 From: "Felipe Contreras" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [Qemu-devel] [RFC] multi-platform optimization a-la liboil 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 Hi, I recently found out about Orc[1] (Oil runtime compiler), and since I've seen many interesting changes in QEMU I thought you might have some comments regarding this. I'm particularly interested in NEON optimizations in armv7 for different multimedia codecs. Any thoughts? [1] http://www.schleef.org/blog/category/liboil/ -- Felipe Contreras