From owner-freebsd-hackers@FreeBSD.ORG Sat Mar 26 22:46:41 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27CE116A4CE for ; Sat, 26 Mar 2005 22:46:41 +0000 (GMT) Received: from ensc.cpsc.ucalgary.ca (ensc.cpsc.ucalgary.ca [136.159.2.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id B383143D2D for ; Sat, 26 Mar 2005 22:46:40 +0000 (GMT) (envelope-from gaoj@cpsc.ucalgary.ca) Received: from imgw1.cpsc.ucalgary.ca (imgw1 [136.159.5.9]) j2QMhOeM021979; Sat, 26 Mar 2005 15:43:24 -0700 Received: from localhost (localhost [127.0.0.1])j2QMhOJi000732; Sat, 26 Mar 2005 15:43:24 -0700 Received: from imgw1.cpsc.ucalgary.ca ([127.0.0.1]) by localhost (imgw1 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32728-05; Sat, 26 Mar 2005 15:43:24 -0700 (MST) Received: from aibsd (sana-sa [136.159.7.231])j2QMhK4l000726; Sat, 26 Mar 2005 15:43:20 -0700 From: Jie Gao Organization: University of Calgary To: fcash-ml@sd73.bc.ca Date: Sat, 26 Mar 2005 15:43:18 -0700 User-Agent: KMail/1.8 References: <200503260308.j2Q38w2D053744@localhost.cpsc.ucalgary.ca> <61442.24.71.128.63.1111858024.squirrel@24.71.128.63> In-Reply-To: <61442.24.71.128.63.1111858024.squirrel@24.71.128.63> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503261543.19723.gaoj@cpsc.ucalgary.ca> X-Virus-Scanned: by amavisd-new at cpsc.ucalgary.ca X-Spam-Status: No, hits=-1.2 required=6.8 X-Spam-Level: X-Mailman-Approved-At: Sun, 27 Mar 2005 12:55:18 +0000 cc: hackers@freebsd.org Subject: Re: Kpdf and -march=pentium4? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Mar 2005 22:46:41 -0000 Well, I had -O2 with -march=pentium4. Maybe that's the reason of different results. On March 26, 2005 10:27 am, Freddie Cash wrote: > > kdegraphics3 compiled with CPUTYPE=p4, CGLAGS=-Os -pipe > -fno-strict-aliasing works fine here. Worked with KDE 3.3.x, and > still works with KDE 3.4. > > I've tested it with small PDFs (2 or 3 pages) and large PDFs (30+ > pages), and everything works fine for me.