From owner-svn-src-head@freebsd.org Wed Nov 4 18:17:49 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0FB914630CB; Wed, 4 Nov 2020 18:17:49 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f46.google.com (mail-io1-f46.google.com [209.85.166.46]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CRFHw5JMFz45Lc; Wed, 4 Nov 2020 18:17:48 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f46.google.com with SMTP id u21so12581817iol.12; Wed, 04 Nov 2020 10:17:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=/MkQayawaOiccnEntl5lJGlIW/riFFO9ynebXR3Pljk=; b=SzT7kSx4+mjdsGauCBkRXq7EHmAT+vPqGh10EU8F1aibf9KD2K7do9mKeclfzOtKhP 2ujn9VmpaSchMNkZSkMvQ5Eb8WunnQ/PwueDZ0+1FmReRVXw+LIFPsOkh389sWz3ohTz /s0ReGGmBRfR1rEEPVv2/jSjWqRwd3UbhdAb9QOZczIpIztdwIOj774ItRtfXU46Fb0r O/SglvQO4KQYc4ueOAk6tXoHIMwNoqjqdWuqYCACC8Mv2D/rmeCcO7KP0CYhy6rQEmmZ vvTWlmcYze6K+wYdYl7IpzOcpC8fDprOhlBj3+ed1iq8PYzMcJIKObXA5TmXWSumAC5x FOmA== X-Gm-Message-State: AOAM533e9AG3JBQtnCYOMCUNtRL6o9gM4Iw4T5StgNi80GEuNW9Llz4b bMxjuOtkj1KAmOWWhdw6u+TWR1gmSut0MQa1Y/AxuPVe X-Google-Smtp-Source: ABdhPJzhq1q9hL1tlwPeFeyMA7jOGDWww0JRjPeVro5TKaLHTmGhCLkQ1iiK4IXOfRFh9+iFv1RBNThnQ2uX1iZNI7I= X-Received: by 2002:a02:8348:: with SMTP id w8mr21414553jag.136.1604513866752; Wed, 04 Nov 2020 10:17:46 -0800 (PST) MIME-Version: 1.0 References: <202011031957.0A3JvSJ4038311@repo.freebsd.org> <20201104163811.2waowgqzarpr3asr@mutt-hbsd> <9AE259A8-F497-486E-94E0-07E1CA2C2BD7@FreeBSD.org> In-Reply-To: <9AE259A8-F497-486E-94E0-07E1CA2C2BD7@FreeBSD.org> From: Ed Maste Date: Wed, 4 Nov 2020 13:17:34 -0500 Message-ID: Subject: Re: svn commit: r367304 - in head: share/man/man5 share/mk tools/build/options usr.bin usr.bin/clang usr.bin/clang/llvm-cxxfilt To: Dimitry Andric Cc: Shawn Webb , src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4CRFHw5JMFz45Lc X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Nov 2020 18:17:49 -0000 On Wed, 4 Nov 2020 at 12:40, Dimitry Andric wrote: > > I think this guidance originates from the world of embedded systems, > where storage size is a more limiting factor than on recent desktop or > server class machines. On my desktops I won't care too much whether an > executable is 1M or 100MB, but on a small SD card things add up very > quickly! Indeed, although even there the lowest-capacity SD card available in the market keeps growing. Most of the tool chain is irrelevant for embedded systems and the size makes little difference, but there are some tool chain components that may be of interest. We don't expect Clang on a constrained target, but might want find size, or strings.