Commit Graph

4 Commits

Author SHA1 Message Date
Erik Eckstein
af36f6f035 Improvements for the cmpcodesize script.
*) also scan the __textcoal_nt section in addition to the __text section
*) ability so sum the sizes of multiple files



Swift SVN r25781
2015-03-05 13:21:40 +00:00
Erik Eckstein
d99d079905 Fix error message text in cmpcodesize script
Swift SVN r25685
2015-03-02 17:09:14 +00:00
Erik Eckstein
610b2a68e4 Convert cmpcodesize script to python.
Swift SVN r25532
2015-02-25 19:27:58 +00:00
Erik Eckstein
f7a27ae508 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
2015-02-24 15:49:49 +00:00