From owner-freebsd-arm@FreeBSD.ORG Mon Mar 30 20:22:41 2015 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 753A845A for ; Mon, 30 Mar 2015 20:22:41 +0000 (UTC) Received: from relay.mailchannels.net (tkt-001-i372.relay.mailchannels.net [174.136.5.173]) by mx1.freebsd.org (Postfix) with ESMTP id 81188FDB for ; Mon, 30 Mar 2015 20:22:40 +0000 (UTC) X-Sender-Id: duocircle|x-authuser|hippie Received: from smtp7.ore.mailhop.org (ip-10-220-9-73.us-west-2.compute.internal [10.220.9.73]) by relay.mailchannels.net (Postfix) with ESMTPA id 11FED4512; Mon, 30 Mar 2015 19:57:40 +0000 (UTC) X-Sender-Id: duocircle|x-authuser|hippie Received: from smtp7.ore.mailhop.org (smtp7.ore.mailhop.org [10.83.15.107]) (using TLSv1 with cipher DHE-RSA-AES256-SHA) by 0.0.0.0:2500 (trex/5.4.8); Mon, 30 Mar 2015 19:57:40 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: duocircle|x-authuser|hippie X-MailChannels-Auth-Id: duocircle X-MC-Loop-Signature: 1427745460168:3032826210 X-MC-Ingress-Time: 1427745460168 Received: from c-73-34-117-227.hsd1.co.comcast.net ([73.34.117.227] helo=ilsoft.org) by smtp7.ore.mailhop.org with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.82) (envelope-from ) id 1Ycfoa-000578-En; Mon, 30 Mar 2015 19:57:40 +0000 Received: from revolution.hippie.lan (revolution.hippie.lan [172.22.42.240]) by ilsoft.org (8.14.9/8.14.9) with ESMTP id t2UJvbfK057206; Mon, 30 Mar 2015 13:57:38 -0600 (MDT) (envelope-from ian@freebsd.org) X-Mail-Handler: DuoCircle Outbound SMTP X-Originating-IP: 73.34.117.227 X-Report-Abuse-To: abuse@duocircle.com (see https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information for abuse reporting information) X-MHO-User: U2FsdGVkX1/azrJ/2L+P61Pum65ZwePG Message-ID: <1427745457.82583.27.camel@freebsd.org> Subject: Re: ARM_NEW_PMAP From: Ian Lepore To: Ulrich Grey Date: Mon, 30 Mar 2015 13:57:37 -0600 In-Reply-To: <20150330195343.92752b0282d5f8cf34acf3f2@ulrich-grey.de> References: <1427413502.8776.10.camel@freebsd.org> <20150330195343.92752b0282d5f8cf34acf3f2@ulrich-grey.de> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.12.10 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-AuthUser: hippie Cc: "freebsd-arm@FreeBSD.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Mar 2015 20:22:41 -0000 On Mon, 2015-03-30 at 19:53 +0000, Ulrich Grey wrote: > Hello, > > I have compiled > > make -j30 buildworld and print/texlive-full > without problems on a wandboard-quad (FreeBSD 11.0-CURRENT #0 r280772M). > > Regards > > Ulrich Cool. Do you remember what your build time is (even roughly) for buildworld on a wandquad? My memory is that it was taking about 2 hours last summer, with the only make.conf entry being WITHOUT_PROFILE. Now it takes about 5 hours (that's on an ssd drive in a usb dock). I'm not sure if the newer/bigger clang is to blame, or maybe just my memory of the time is wrong. -- Ian