bkietz commented on PR #44493:
URL: https://github.com/apache/arrow/pull/44493#issuecomment-2455332003
> Can you check the binary size impact with `bloaty`?
```
$ $ bloaty build/relwithdebinfo/libarrow.so --
main-build/relwithdebinfo/libarrow.so
FILE SIZE VM SIZE
-------------- --------------
+0.1% +14.2Ki [ = ] 0 .debug_str
+14% +1.17Ki [ = ] 0 [Unmapped]
+0.0% +1.14Ki [ = ] 0 .strtab
+0.0% +250 +0.0% +250 .dynstr
[ = ] 0 +0.0% +64 .bss
-100.0% +50 -100.0% +30 [7 Others]
-0.1% -40 -0.1% -40 .got.plt
-0.0% -72 -0.0% -72 .dynsym
-0.1% -80 -0.1% -80 .plt
-0.1% -120 -0.1% -120 .rela.plt
-0.0% -288 [ = ] 0 .symtab
-0.1% -533 [ = ] 0 .debug_abbrev
-1.2% -3.74Ki -1.2% -3.74Ki .gcc_except_table
-0.4% -10.00Ki [ = ] 0 .debug_str_offsets
-1.3% -13.4Ki -1.3% -13.4Ki .eh_frame
# This seems the most relevant data point; no significant change
-0.6% -48.0Ki -0.6% -48.0Ki .text
-2.2% -86.1Ki [ = ] 0 .debug_addr
-1.7% -146Ki [ = ] 0 .debug_line
-3.4% -164Ki [ = ] 0 .debug_rnglists
-2.1% -347Ki [ = ] 0 .debug_loclists
-1.3% -539Ki [ = ] 0 .debug_info
-1.2% -1.31Mi -0.4% -65.1Ki TOTAL```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]