From owner-freebsd-current@FreeBSD.ORG Wed Aug 27 06:26:59 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E402E106566C for ; Wed, 27 Aug 2008 06:26:59 +0000 (UTC) (envelope-from chflags@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.30]) by mx1.freebsd.org (Postfix) with ESMTP id 83F168FC15 for ; Wed, 27 Aug 2008 06:26:59 +0000 (UTC) (envelope-from chflags@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so1186008yxb.13 for ; Tue, 26 Aug 2008 23:26:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:in-reply-to:mime-version:content-type:references; bh=KKA8mybj7Roa8IH05EgS0zpTq8Ld3pMU3GAaFymWchc=; b=UbryWeE8nph1DNszFq604rej7WUjJI7l9MZP983HVlz1lFfP/rGoON+7uQIJ4m+j0I mhXGvBRjFtp9K7bTS3XhrWvX+sb5GBtEAZpzlZSHMxKU3+OeMgbIJRYhI1EKkWLQT5ln 4MRsCdzLKkNb4EIHEwx4kHF42nRXPTk0zEv70= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:in-reply-to:mime-version :content-type:references; b=OJOVjWk2d0vlrmY5re5B11T4CbQ9eDGRQDdjmq+CuhOOCrt37Un0RiWBuXkThFmFLq 5NksOmWAeoy8d6DrhhAQ3Jk+ugqwDJrtClFFX61irKq/AUbk1A1VEwfAplIO3HjcMJ5u YxVnMMsHSQjKaWOAcylUA2R/9EqwqKM56SAXA= Received: by 10.151.156.12 with SMTP id i12mr895091ybo.194.1219816716444; Tue, 26 Aug 2008 22:58:36 -0700 (PDT) Received: by 10.151.48.14 with HTTP; Tue, 26 Aug 2008 22:58:36 -0700 (PDT) Message-ID: <25cb30808262258w4246368bu1bf7152dfcbbfa6@mail.gmail.com> Date: Wed, 27 Aug 2008 13:58:36 +0800 From: "Kevin Foo" To: freebsd-current@freebsd.org In-Reply-To: <33615c8e0808211038l7b9ab665l67f0439d3f40e6a6@mail.gmail.com> MIME-Version: 1.0 References: <33615c8e0808211038l7b9ab665l67f0439d3f40e6a6@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: gnome2/x11 slow after optimization! X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: chflags@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2008 06:27:00 -0000 FreeBSD ricer, eh? http://funroll-loops.info/ On Fri, Aug 22, 2008 at 1:38 AM, Rohit Tripathi wrote: > I have a core2duo laptop on which out of curiosity I decided to > recompile x11 and gnome2. After a few hours when it was ready, I found > gnome crawling painfully slow. I'd click a menu and it'll take 2 > seconds to appear, I try running terminal, and it take 10 seconds to > come up, try typing and keyboard lags by 5-6 seconds.....what I find > is really cool is that the ports installed by FreeBSD release are > waaaay faster....here's my make.conf: (do you see a culprit?) > > KERNCONF=WAV > NO_WERROR=YES > WERROR=-Wno-error > #NO_CLEAN=yes > #NO_CLEANDIR=yes > CPUTYPE=core2 #nocona > ARCH=core2 #nocona > MACHINE=core2 #nocona > MACHINE_ARCH=core2 #nocona > CFLAGS= -O3 -pipe -mtune=core2 -m128bit-long-double -mfpmath=sse > -ftree-vectorize > CXXFLAGS+= -fconserve-space > BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ > -Wcast-qual -Wchar-subscripts -Winline \ > -Wmissing-prototypes -Wnested-externs -Wpointer-arith \ > -Wredundant-decls -Wshadow -Wstrict-prototypes > -Wwrite-strings > > #CFLAGS += ${BDECFLAGS} > COPTFLAGS = -O -pipe -mtune=core2 -m128bit-long-double > -mfpmath=sse > BOOTWAIT = 0 > BOOTWAIT = 0 > DISABLE_SIZE = YES > FETCH_CMD = /usr/local/bin/wget -c --passive-ftp > ftp_proxy=$ftp_proxy > # added by use.perl 2008-08-20 15:06:56 > PERL_VER=5.8.8 > PERL_VERSION=5.8.8 > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >