RSS Amplifier

Paul Cavallaro · Dec 18, 2017

System Software

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

There’s a quote I love from Ian Lance Taylor’s series on
linkers about the complexity that creeps into
them. 
 
 As we’ve seen, what linkers do is basically quite simple, but the details can
get complicated. The complexity is because smart programmers can see small
optimizations to speed up their programs a little bit, and somtimes the only
place those…

There’s a quote I love from Ian Lance Taylor’s series on linkers about the complexity that creeps into them.

As we’ve seen, what linkers do is basically quite simple, but the details can get complicated. The complexity is because smart programmers can see small optimizations to speed up their programs a little bit, and somtimes the only place those optimizations can be implemented is the linker. Each such optimizations makes the linker a little more complicated. At the same time, of course, the linker has to run as fast as possible, since nobody wants to sit around waiting for it to finish. Today I’ll talk about a classic small optimization implemented by the linker.

Read on /blog/system-software/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.