devxlogo

Linker Optimizations

Linker Optimizations

While most of the code optimizations are performed at compile time, there are optimizations that only a linker can perform. For example, it can detect unreferenced function calls. These are functions that exist in one or more source files and were compiled. If the linker detects that the application never calls these functions, it can remove their code from the resultant executable, thereby producing a smaller and faster program.

Usually, you can control the number of passes the linker makes to remove unreferenced functions. The more passes you enable, the more unreferenced functions are removed, albeit at the cost of a longer linkage time.

See also  Professionalism Starts in Your Inbox: Keys to Presenting Your Best Self in Email
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist