This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

about code size of functions

How can we check code size of an individual functions?

One method is to disable all other functions and compile only one function.

Is there any other method?

Parents
  • How can we check code size of an individual functions?

    Produce an assembler output.

    It's a meaningless request anyway. Once you start using other functions, the optimizer might choose to inline functions and do all sorts of other clever stuff. So what value does function size have then?

Reply
  • How can we check code size of an individual functions?

    Produce an assembler output.

    It's a meaningless request anyway. Once you start using other functions, the optimizer might choose to inline functions and do all sorts of other clever stuff. So what value does function size have then?

Children
No data