Inlined code
Sebastian Huber
sebastian.huber at embedded-brains.de
Mon Aug 6 05:30:08 UTC 2018
Hello Chris,
this looks like a very interesting tool. The justification for an inline
function must be done case by case.
On 05/08/18 04:00, Chris Johns wrote:
> inlined repeats :
> 19172 16 __sprint_r
This is a small function. GCC decided that it is worth inlining. With
-O2 GCC doesn't care much about code size.
> 1948 4 __udivmoddi4
We should figure out what is going on here with this __udivmoddi4.
I think uninteresting functions are the ones with inlined / repeats /
opcode size <= 4 and repeats == 1.
--
Sebastian Huber, embedded brains GmbH
Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone : +49 89 189 47 41-16
Fax : +49 89 189 47 41-09
E-Mail : sebastian.huber at embedded-brains.de
PGP : Public key available on request.
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
More information about the devel
mailing list