From owner-freebsd-stable@freebsd.org Wed Oct 4 12:03:08 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4C59E37FFA for ; Wed, 4 Oct 2017 12:03:08 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: from mail-qt0-x236.google.com (mail-qt0-x236.google.com [IPv6:2607:f8b0:400d:c0d::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 505CD84531 for ; Wed, 4 Oct 2017 12:03:06 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: by mail-qt0-x236.google.com with SMTP id o3so18626900qte.6 for ; Wed, 04 Oct 2017 05:03:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=rCMUqnD53FPizkIPXOtv8mBtQpaMRLwydGT9ZKdH0qU=; b=ilh4W1c1nWRzg5fc9Z1D5iBINtZlbjLtZWtAzkTeS37VWAsrgUw2ksXZnZp/hBgfMN tmqeePv+XLpKlVl36FhWP/5wwbJCgSDG08ezVPphHb0lx9rckZ5/Ov3xH3pESFk1UVtl 2eZdzjj0SVPgvsNbS1VxU68Xk0SjggQoCmltYrqOf+6hPF0yHuR/BOtq78luDPSLh20k kIytySPgYl9NOgLcGmi3wfJ2MWTpIxmy8ptkd4B6AYNESv8BJCenu01k14lLuxN1Srak V7SMXqgAr7UXSwrJ6oyig22yv52D7majmgU6Z9s2JysyOzJzMPusArctP+977BComD1j FuwQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=rCMUqnD53FPizkIPXOtv8mBtQpaMRLwydGT9ZKdH0qU=; b=LnWa+vhXJueRo4aQqqNTRwkE99/OuWY+6rHXLhtcOStFzfHB6Dbr64LyeqTwhyU39h BKnD6CGI1eShHySMW2GJfs2ti4HBDgNZ70geHn1YzOfd/qHtGe7eCBYc8R9JJDd4aIr1 G7uEyf0zwu8sVh3/TV5ZAKA0neiw295/7VVXahAUf5uR1mAnPfDhJ9j3MnxIrwwzJ5Yg b/VEnqQAdsA1dcH6nXkm8w8kLSr8hazw7CPAPu4x8IamO9k91n7uvSHfUoRDPaHPECBl MTgPY5Pjs03SwO1lrAQl6c0YLfuKR/HJ2EZ9U4LJOcQ5OUxj1GZlUV7k0TtD6jdo40Ow t8tQ== X-Gm-Message-State: AMCzsaVSPNK73H6WRiH413W8IaiKk9irIeqPm6hTQHeELVlov9YbOqSs cwbGaQuxCfLTcnO0X0Vo+r710KoI1RaBUKC/Lug= X-Google-Smtp-Source: AOwi7QBpuDRLprAr9QdTeojplahgMuljQ0nt/RXmASDs3EfbWHP5iT9b2TRov9eVHbprqevGnTzeJAdz3IiohxXq63c= X-Received: by 10.200.6.141 with SMTP id f13mr5098400qth.265.1507118584673; Wed, 04 Oct 2017 05:03:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.20.17 with HTTP; Wed, 4 Oct 2017 05:03:03 -0700 (PDT) In-Reply-To: References: <1507039968621-0.post@n6.nabble.com> From: krad Date: Wed, 4 Oct 2017 13:03:03 +0100 Message-ID: Subject: Re: my build time impact of clang 5.0 To: Dan Mack Cc: Jakub Lach , freebsd-stable Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2017 12:03:08 -0000 have you tried meta builds and pkgbase? On 3 October 2017 at 16:38, Dan Mack wrote: > Jakub Lach writes: > > > On the other hand, I'm having tremendous increases in Unixbench scores > > comparing to > > 11-STABLE in the April (same machine, clang 4 then, clang 5 now) (about > > 40%). > > > > I have never seen something like that, and I'm running Unixbench on > -STABLE > > since > > 2008. > > Agree; clang/llvm and friends have added a lot of value. It's worth it > I think. > > It is however getting harder to continue with a source based update > model, which I prefer even though most people just use package managers > today. > > I still like to read the commits and understand what's changing, why, > and select the version I am comfortable with given the nuances of my > configuration(s). I think that's why 'knock-on-wood' I've been able to > track mostly CURRENT and/or STABLE without any outages since about 1998 > on production systems :-) > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >