From owner-freebsd-stable@freebsd.org Tue Oct 3 06:47:07 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 A02DDE32C81 for ; Tue, 3 Oct 2017 06:47:07 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citapm.icyb.net.ua (citapm.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id EFDEB67230 for ; Tue, 3 Oct 2017 06:47:06 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citapm.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id JAA11964; Tue, 03 Oct 2017 09:47:04 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1dzGyu-000K6K-BF; Tue, 03 Oct 2017 09:47:04 +0300 Subject: Re: my build time impact of clang 5.0 To: Dan Mack , freebsd-stable@FreeBSD.org References: From: Andriy Gapon Message-ID: <9b295409-dc65-fe03-9fd1-1464b8d991c9@FreeBSD.org> Date: Tue, 3 Oct 2017 09:46:08 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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: Tue, 03 Oct 2017 06:47:07 -0000 On 02/10/2017 21:34, Dan Mack wrote: > > Another significant change in build times this week - not complaining, > just my observations on build times; same server doing buildworld during > the various phases of compiler changes over the last year or so FWIW: > > |--------------+--------------+---------------+----------+-----------| > | Ver (svn-id) | World (mins) | Kernel (mins) | Relative | Comment | > |--------------+--------------+---------------+----------+-----------| > | 292733 | 90 | 16 | 0.5 | | > | 299948 | 89 | 16 | 0.5 | | > | 322724 | 174 | 21 | 1.0 | clang 4.x | > | 323310 | 175 | 21 | 1.0 | clang 4.x | > | 323984 | 175 | 21 | 1.0 | clang 4.x | > | 324130 | 285 | 21 | 1.6 | clang 5.x | > | 324204 | 280 | 21 | 1.6 | clang 5.x | > |--------------+--------------+---------------+----------+-----------| It shocked me to a realize that I can build several platforms that do not have clang support yet (like powerpc) one after another in a fraction of time required to build just amd64. -- Andriy Gapon