Sciweavers

CSMR
2008
IEEE

A Tool for Optimizing the Build Performance of Large Software Code Bases

13 years 11 months ago
A Tool for Optimizing the Build Performance of Large Software Code Bases
We present Build Analyzer, a tool that helps developers optimize the build performance of huge systems written in C. Due to complex C header dependencies, even small code changes can cause extremely long rebuilds, which are problematic when code is shared and modified by teams of hundreds of individuals. Build Analyzer supports several use cases. For developers, it provides an estimate of the build impact and distribution caused by a given change. For architects, it shows why a build is costly, how its cost is spread over the entire code base, which headers cause build bottlenecks, and suggests ways to refactor these to reduce the cost. We demonstrate Build Analyzer with a use-case on a real industry code base.
Alexandru Telea, Lucian Voinea
Added 29 May 2010
Updated 29 May 2010
Type Conference
Year 2008
Where CSMR
Authors Alexandru Telea, Lucian Voinea
Comments (0)