Path: csiph.com!eternal-september.org!feeder.eternal-september.org!nntp.eternal-september.org!.POSTED!not-for-mail From: John Ames Newsgroups: comp.os.linux.misc,alt.usage.english Subject: Re: GNU Date: Fri, 27 Mar 2026 08:31:43 -0700 Organization: A place where nothing fits quite right Lines: 12 Message-ID: <20260327083143.000027a9@gmail.com> References: <10ojmjv$2ashr$1@dont-email.me> <10q03vf$1o2ev$1@dont-email.me> <10q0c18$1qua9$1@dont-email.me> <10q0f40$1s10c$1@dont-email.me> <10q1etr$9gh8$1@artemis.inf.ed.ac.uk> <10q2o3v$nqm7$1@news1.tnib.de> <10q3kgr$2val0$1@dont-email.me> <1774547182-12588@newsgrouper.org> <10q5mlv$3la8r$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Date: Fri, 27 Mar 2026 15:31:47 +0000 (UTC) Injection-Info: dont-email.me; posting-host="6b05ef44e286040cb85ba08e001e6b97"; logging-data="3955300"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18WrM5QoscWigezwdNMHAKU5/yq1WPgXDU=" Cancel-Lock: sha1:MpyPQrF7j9fm8QguH4l9j50Iw5w= X-Newsreader: Claws Mail 4.3.0 (GTK 3.24.42; x86_64-w64-mingw32) Xref: csiph.com comp.os.linux.misc:84190 alt.usage.english:1141122 On Fri, 27 Mar 2026 21:37:48 +1100 Peter Moylan wrote: > and included a smart linker that deleted library functions that were > never called. Mind-boggling to me how rare this has been over the decades. I suppose there's an extent to which you need to be certain that a function won't *ever* be invoked, but it's not like we haven't had call graph analysis for aeons; take the worst-case what-if graph and strip out everything that isn't on it, and presto.