Re: Dynamically linked libraries?
<[email protected]> Wed, 21 May 2003 22:25:24 +0200 (MET DST)
| Newsgroups | gmane.os.openbsd.vax |
|---|---|
| Message-ID | <[email protected]> |
> significantly slower than a.out on exec, and you have to add the > roughly 10% performance hit dynamic linking adds on top of that, > plus more time spent building shared objects during make build. > Actually, the object files are the same for static and dynamic libraries, so you don't need to compile them separate. It's only legacy architectures like x86 that needs special flags to compile pic code :-) -- Ragge