Prebinding

Prebinding is an optimization process that allows faster launching of applications in Mac OS X. Often, when a program is opened, it loads data from files called dynamic libraries. These libraries must be located each time a program is run since their memory addresses are usually undefined.

When a program incorporates prebinding, the addresses of the library or libraries referenced by the program are predefined. This saves time by avoiding unnecessary searching each time the program is run. The prebinding process happens during the "Optimizing" stage of the program's installation. While prebinding make take some time, it is more efficient to do this process once, rather than each time the program is run.

Prebinding is only possible with Mach-O executable programs, since CFM PEF binaries do not support prebinding.

Updated in 2006 by Per C.

quizTest Your Knowledge

Which file format is best for displaying file icons?

A
JPEG
0%
B
GIF
0%
C
PNG
0%
D
BMP
0%
Correct! Incorrect!     View the PNG definition.
More Quizzes →

The Tech Terms Computer Dictionary

The definition of Prebinding on this page is an original definition written by the TechTerms.com team. If you would like to reference this page or cite this definition, please use the green citation bar directly below the definition.

Our goal to explain computer terminology in a way that is easy to understand. We strive for accuracy and simplicity with every definition we publish. If you have feedback about this definition or would like to suggest a new technical term, please contact us.

TechTerms Newsletter

Improve your technical knowledge with our daily or weekly newsletter! Subscribe today and get new terms and quizzes delivered to your inbox.

Sign up for the free TechTerms Newsletter

How often would you like to receive an email?

You can unsubscribe or change your frequency setting at any time using the links available in each email.

Questions? Please contact us.