server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: des) by smtp.freebsd.org (Postfix) with ESMTPSA id 4dPld906Y8zrZm; Mon, 08 Dec 2025 02:03:24 +0000 (UTC) (envelope-from des@freebsd.org) Received: by ltc.des.dev (Postfix, from userid 1001) id 9F8138EE25; Mon, 08 Dec 2025 03:03:23 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Rozhuk Ivan Cc: Konstantin Belousov , Mateusz Guzik , Warner Losh , Mark Millard , FreeBSD Current , FreeBSD-STABLE Mailing List , brooks@FreeBSD.org Subject: Re: performance regressions in 15.0 In-Reply-To: <20251208035105.2313075d@rimwks.local> (Rozhuk Ivan's message of "Mon, 8 Dec 2025 03:51:05 +0200") References: <18FB2858-5CBB-4B7A-8089-224A58C6A160@yahoo.com> <20251208035105.2313075d@rimwks.local> User-Agent: Gnus/5.13 (Gnus v5.13) Date: Mon, 08 Dec 2025 03:03:23 +0100 Message-ID: <86sedlg26s.fsf@ltc.des.dev> List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Rozhuk Ivan writes: > there is no any crappy libprivateclang.so/libprivatellvm.so shared libs: > > # ldd /usr/local/llvm19/bin/clang-19 > /usr/local/llvm19/bin/clang-19: > libthr.so.3 =3D> /lib/libthr.so.3 (0x801063000) > libclang-cpp.so.19.1 =3D> /usr/local/llvm19/bin/../lib/libclang-cpp.so.1= 9.1 (0x801200000) > libLLVM.so.19.1 =3D> /usr/local/llvm19/bin/../lib/libLLVM.so.19.1 (0x805= c00000) they're right ^^^ here % ls -sS /usr/local/llvm19/lib/*.so.19.1 | head -2 58817 /usr/local/llvm19/lib/libLLVM.so.19.1 31821 /usr/local/llvm19/lib/libclang-cpp.so.19.1 % ls -sS /usr/lib/*.so.19 | head -2 42593 /usr/lib/libprivatellvm.so.19 32065 /usr/lib/libprivateclang.so.19 DES --=20 Dag-Erling Sm=C3=B8rgrav - des@FreeBSD.org