Content deleted Content added
m refered --> referred |
|||
Line 40:
==Dynamic loading==
Additionally, a library may be loaded dynamically ''during'' the execution of a program, as opposed to when the program is loaded to main memory or started from main memory. The loading if the library is thus delayed until it is needed, and if it is never needed, it is never loaded. Such a library is
This form of library is typically used for [[plug-in]] modules and [[interpreters]] needing to load certain functionality on demand.
|