Path: utzoo!attcan!utgpu!news-server.csri.toronto.edu!mailrus!uwm.edu!zaphod.mps.ohio-state.edu!samsung!cs.utexas.edu!rice!rice!sun-spots-request From: "Mark_Weiser.PARC"@xerox.com Newsgroups: comp.sys.sun Subject: Re: static/dynamic links: performance question Keywords: Miscellaneous Message-ID: <1990Aug5.165258.11226@rice.edu> Date: 3 Aug 90 16:58:06 GMT Sender: sun-spots-request@rice.edu Organization: Sun-Spots Lines: 4 Approved: Sun-Spots@rice.edu Originator: spots@titan.rice.edu X-Sun-Spots-Digest: Volume 9, Issue 291, message 12 X-Refs: Original: v9n287 The dynamic libraries are indeed different from the static libraries, because they must use position independent code. See the -pic flag to cc. I'm a little surprised at this large a difference, which must probably be in the string library routines given Dhrystone's profile.