Re: dynamic linking
[email protected] (Paul Jarc)
| Newsgroups | gmane.comp.djb.package |
|---|---|
| Organization | What did you have in mind? A short, blunt, human pyramid? |
| Message-ID | <[email protected]> |
"D. J. Bernstein" <[email protected]> wrote: > Here's the real question: What exactly is the value of shared libraries? Upgrades don't require recompilation of the calling code, unlike with static libraries. Structured data can be passed in and out, unlike with pipes between separate programs, where parsing is needed. paul