From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BrcVz-00080r-80 for qemu-devel@nongnu.org; Mon, 02 Aug 2004 09:06:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BrcVy-00080f-CW for qemu-devel@nongnu.org; Mon, 02 Aug 2004 09:06:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BrcVy-00080c-9b for qemu-devel@nongnu.org; Mon, 02 Aug 2004 09:06:06 -0400 Received: from [80.59.103.181] (helo=claunia.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BrcSL-0004Rr-Pu for qemu-devel@nongnu.org; Mon, 02 Aug 2004 09:02:26 -0400 From: "Natalia Portillo" Subject: RE: [Qemu-devel] Performances on Mac OS X Date: Mon, 2 Aug 2004 14:02:48 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <1091448454.410e2e8606e5e@imp4-q.free.fr> Message-Id: 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 GCC supports Altivec, just see the help. > -----Mensaje original----- > De: qemu-devel-bounces+iosglpgc=teleline.es@nongnu.org > [mailto:qemu-devel-bounces+iosglpgc=teleline.es@nongnu.org] > En nombre de Laurent Amon > Enviado el: lunes, 02 de agosto de 2004 13:08 > Para: qemu-devel@nongnu.org > Asunto: [Qemu-devel] Performances on Mac OS X > > > Hello, > > Just to let you know that I have been benchmarking with > linux-test/nbench on my Titanium G4/400 and that I have been > able to sqeeze a few percents (some 5%) of performance by > compiling with -mcpu=7400 wirth GCC 3.3. This is the only > flag that seems useful. > I have also tried -mpowerpc-gpopt, -mpowerpc-gfxopt, > -falign-loops, -funroll-loops, -fnew-ra, -ftracer. > > When compiling with -finline-functions, the generated > i386-softmmu/op.h is bad, and if you do not use it do compile > dyngen, there is no improvement. > -Os actually decreases performance and I have not been able > to generate a profiled executable with -fprofile-arcs. > > Owners of PPC7450 or of G5 should try the relevant switch. > > I was wondering whether the implementation of qemu is tied to > gcc or if it might be interesting to try to compile using > IBM's compiler, which is able to generate Altivec code... > > Lga. > > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel