search for: c99fcb62

Displaying 1 result from an estimated 1 matches for "c99fcb62".

2019 Apr 16
2
Tool to help hunt down binary size regressions
Hi folks, Sometimes I make a change to the compiler that causes a binary size regression and I need to track down where that regression came from. One relatively naive way of doing this is to take two build trees, one compiled with the old compiler and another compiled with the new compiler, and then compare the symbol sizes (st_size) in the final output files in each build tree. The problem with