On Mon, Sep 25, 2017 at 05:04:01PM -0700, [email protected] wrote:
> +def getsizes(file, format) :
> +    func_sym = {}
> +    for l in os.popen("nm --size-sort " + file).readlines():

This simply undoes "for line in f" optimization I did.

> +if(sys.argv[1] == "-c"):
> +elif(sys.argv[1] == "-d"):
> +elif(sys.argv[1] == "-t"):

Python doesn't require () here.

In general output is pretty noisy already and all those "#######"
do not help.

        A

Reply via email to