会议论文详细信息
First Workshop on Industrial Experiences with Systems Software
Incremental Linking on HPUX
Dmitry Mikulin ; Murali Vijayasundaram ; Loreena Wong
PID  :  76559
来源: CEUR
PDF
【 摘 要 】

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 HP UX which only processes modified files. Users can take advantage of the performance gains without modifying their usage patterns of the existing HPUX linker since the incremental linker is implemented on top of the regular 64bit 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 inplace updates. The results of several different design considerations and tradeoffs are materialized in link time performance gains of up to thirteen times that of a

【 预 览 】
附件列表
Files Size Format View
Incremental Linking on HPUX 86KB PDF download
  文献评价指标  
  下载次数:12次 浏览次数:38次