17 Feb
2011
17 Feb
'11
1:17 a.m.
On Wed, Feb 16, 2011 at 2:54 PM, Jason Philip <mored1759@gmail.com> wrote:
will the time for function calling still be the same if it is shared library?
No, but it won't be much different - a few instructions depending on exactly what object format you use. If this interests you then I suggest "Linkers and Loaders" chapters 8 and 10. Cheers, Thomas