Sciweavers

WIESS
2000

Incremental Linking on HP-UX

13 years 6 months ago
Incremental Linking on HP-UX
The linker is often a time bottleneck in the development of large applications. Traditional linkers process all input files, even if only one or two objects have changed since the previous link. To shorten link time, we have developed an incremental linker for HPUX which only processes modified files. Users can take advantage of the performance gains without modifying their usage patterns of the existing HP-UX linker since the incremental linker is implemented on top of the regular 64-bit linker. In addition to the tasks of the normal linker, the incremental linker must save extra information about input files, symbols and relocations, allow for the expansion of existing files and addition of new ones by allocating padding spaces in the output file and use this information to perform in-place updates. The results of several different design considerations and tradeoffs are materialized in linktime performance gains of up to thirteen times that of a normal link for large applications.
Dmitry Mikulin, Murali Vijayasundaram, Loreena Won
Added 01 Nov 2010
Updated 01 Nov 2010
Type Conference
Year 2000
Where WIESS
Authors Dmitry Mikulin, Murali Vijayasundaram, Loreena Wong
Comments (0)