Commits

Erik Eckstein committed f7a27ae508f
Script for comparing code size. This script can: *) Compare sizes of text sections (or other sections) *) Compare sizes of function categories (Swift functions, Protocol Witnesses, Specializations, etc.) *) Provide a detailed list or comparison of all functions Use cmpcodesize -h to get info on the usage. I copied the internals of Nadav's analyzeDylibSize script (Thanks!). As the function of the analyzeDylibSize is now covered by this new script I deleted the old script. Sorry that I implemented in ruby and not in python (I know ruby much better than python). Swift SVN r25501