Is lazy binding of shared library achieved using lazy allocation of virtual memory by OS?
In Linux ( unsure for Windows, any knowledge regarding is appreciated too ), a technique named lazy binding is used for boosting performance when only a small portion of shared library is required, imagine when you invoke a program with -h –help arg, etc.