Skip to content

Instantly share code, notes, and snippets.

@minglotus-6
Last active June 17, 2022 19:48
Show Gist options
  • Save minglotus-6/6be58b3ed4bc815049d164708d07fff1 to your computer and use it in GitHub Desktop.
Save minglotus-6/6be58b3ed4bc815049d164708d07fff1 to your computer and use it in GitHub Desktop.
clang binary size of unsigned
FILE SIZE VM SIZE
-------------- --------------
46.5% 94.6Mi 53.1% 94.6Mi .text
21.8% 44.5Mi 25.0% 44.5Mi .rodata
10.2% 20.8Mi 0.0% 0 .strtab
6.2% 12.7Mi 7.1% 12.7Mi .rela.dyn
4.9% 10.1Mi 5.6% 10.1Mi .data.rel.ro
4.6% 9.33Mi 5.2% 9.33Mi .eh_frame
2.6% 5.25Mi 0.0% 0 .symtab
1.7% 3.56Mi 2.0% 3.56Mi .dynstr
0.6% 1.17Mi 0.7% 1.17Mi .eh_frame_hdr
0.5% 1.09Mi 0.6% 1.09Mi .dynsym
0.0% 0 0.3% 508Ki .bss
0.2% 358Ki 0.2% 358Ki .gnu.hash
0.1% 139Ki 0.1% 139Ki .data
0.0% 92.7Ki 0.1% 92.7Ki .gnu.version
0.0% 7.37Ki 0.0% 7.37Ki .rela.plt
0.0% 4.92Ki 0.0% 4.92Ki .plt
0.0% 4.87Ki 0.0% 4.87Ki .got
0.0% 4.37Ki 0.0% 4.37Ki .init_array
0.0% 2.48Ki 0.0% 2.49Ki .got.plt
0.0% 2.47Ki 0.0% 2.16Ki [13 Others]
0.0% 2.00Ki 0.0% 0 [ELF Section Headers]
100.0% 203Mi 100.0% 178Mi TOTAL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment