Linker and Libraries Guide

Interface Compatibility

There are many types of change that can be made to an object. In their simplest terms, these changes can be categorized into one of two groups:

The following list attempts to clarify some common object changes into one of the above categorizations:


Note -

It is possible, because of interposition, that the addition of a symbol can constitute an incompatible update, such that the new symbol might conflict with an applications use of that symbol. However, this does seem rare in practice as source-level name space management is commonly used.


Compatible updates can be accommodated by maintaining version definitions internal to the object being generated. Incompatible updates can be accommodated by producing a new object with a new external versioned name. Both of these versioning techniques allow for the selective binding of applications as well as verification of correct version binding at runtime. These two techniques are explored in more detail in the following sections.