[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: general question about lazy loading of shared libraries
- From: John Ellson <ellson research att com>
- To: Development discussions related to Fedora Core <fedora-devel-list redhat com>
- Subject: Re: general question about lazy loading of shared libraries
- Date: Thu, 18 Nov 2004 19:28:39 -0500
Roland McGrath wrote:
Directly-linked libraries are always loaded immediately on startup.
Their PLT relocations may be deferred until used, but we always load the
libraries themselves and run their initializers at startup time.
So, if I understand, if I want lazy loading I have to code it myself
using libltdl ?
John
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]