From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D30CAC433B4 for ; Sun, 2 May 2021 16:55:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A7E516128C for ; Sun, 2 May 2021 16:55:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232123AbhEBQqp (ORCPT ); Sun, 2 May 2021 12:46:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48104 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230110AbhEBQqo (ORCPT ); Sun, 2 May 2021 12:46:44 -0400 Received: from mail.stusta.mhn.de (mail.stusta.mhn.de [IPv6:2001:4ca0:200:3:200:5efe:8d54:4505]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 93C5AC06174A for ; Sun, 2 May 2021 09:45:52 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by mail.stusta.mhn.de (Postfix) with ESMTPSA id 4FYBn53n2Nz4c; Sun, 2 May 2021 18:45:45 +0200 (CEST) Date: Sun, 2 May 2021 19:45:42 +0300 From: Adrian Bunk To: Linus Torvalds Cc: Tom Stellard , Nick Desaulniers , Masahiro Yamada , Nathan Chancellor , Linux Kernel Mailing List , clang-built-linux , Fangrui Song , Serge Guelton , Sylvestre Ledru Subject: Re: Very slow clang kernel config .. Message-ID: <20210502164542.GA4522@localhost> References: <1c5e05fa-a246-9456-ff4e-287960acb18c@redhat.com> <20210502093123.GC12293@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, May 02, 2021 at 09:12:37AM -0700, Linus Torvalds wrote: > On Sun, May 2, 2021 at 2:31 AM Adrian Bunk wrote: > > > > The biggest advantage of shared libraries is that they enable > > distributions to provide security fixes. > > Adrian - you're ignoring the real argument, to the point that the > above is basically a lie. > > The argument was never that things like libc or the core GUI libraries > shouldn't be shared. > > The argument was that the "one-off" libraries shouldn't be shared. > > Things very much like libLLVM.so. >... Mesa and PostgreSQL are among the packages that do use libLLVM.so, this is a popular library for implementing compilers and JITs. > Linus cu Adrian