DigiNews

Tech Watch by Johan Denoyer

← Back to articles

CodeSizer: Why is that binary so big?

Quality: 8/10 Relevance: 9/10

Summary

CodeSizer is a static code size profiling tool for embedded firmware development. It uses objdump and addr2line to unwind the inline call stack at each instruction address, enabling accurate attribution of code size within inline trees. The article outlines how to run the tool, with cross-prefix examples for different toolchains and a sample HTML report output.

🚀 Service construit par Johan Denoyer