Return to BSD News archive
Path: sserve!newshost.anu.edu.au!munnari.oz.au!mel.dit.csiro.au!its.csiro.au!dmssyd.syd.dms.CSIRO.AU!metro!sequoia!ultima!kralizec.zeta.org.au!godzilla.zeta.org.au!not-for-mail From: bde@kralizec.zeta.org.au (Bruce Evans) Newsgroups: comp.os.386bsd.questions Subject: Re: [NetBSD-0.8] update to NetBSD-current Date: 18 Jul 1993 21:36:19 -0000 Organization: Kralizec Dialup Unix Sydney: +61-2-837-1183 V.42bis Lines: 12 Message-ID: <22cfojINN23k@godzilla.zeta.org.au> References: <n62274.742502945@pbhrzx.uni-paderborn.de> <223p6oINNl5t@majestix.informatik.uni-kiel.de> <CA85IH.71q@bi-link.owl.de> NNTP-Posting-Host: godzilla.zeta.org.au Keywords: NetBSD martin@bi-link.owl.de (Martin Husemann) writes: >Is tsort realy neccessary this days? I build my clib (due to the same tsort might give better locality, so less paging and less TLB misses. Remember that the linker is still `old days' technology. In practice I like to use `ar r' on an existing library, letting new modules fall to the end. Misordering a few modules probably won't matter. -- Bruce Evans bde@kralizec.zeta.org.au