1 مستودع
Analysis of the binary space consumed by inlined functions through debug info correlation.
Distinct from Inline Expression Debugging: Focuses on identifying size impact of inlining rather than inserting diagnostic calls during execution.
Explore 1 awesome GitHub repository matching development tools & productivity · Inlining Analysis. Refine with filters or upvote what's useful.
Bloaty is a binary size profiler and executable format analyzer that attributes every byte of a binary to specific symbols or compile units. It functions as a compilation unit profiler and C++ symbol demangler, mapping binary size back to source files and translating mangled names into human-readable formats. The project distinguishes itself as a binary diffing tool capable of comparing two versions of a binary to isolate specific symbols or sections responsible for size regressions. It provides specialized support for recovering symbols in stripped binaries by associating them with external
Analyzes binary space consumed by inlined functions by correlating binary addresses with debug line information.