|
A quote from Frank Soltis' new book "Fortress Rochester" seemed applicable to this discussion: "Bound-by-copy calls let multiple modules be copied together into a single program. As we just saw, the program itself is called with a dynamic call, but then the procedures within any of the modules are called with static calls. Because all procedure names are resolved to addresses at compile time, this type of static call within the program is much faster than a dynamic call. The downside of bound-by-copy calls is that multiple copies of the same module may exist in memory if the module is bound into multiple programs. Memory utilization is traded off for better performance." Nathan M. Andelin www.relational-data.com
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.