pitrou commented on PR #13753:
URL: https://github.com/apache/arrow/pull/13753#issuecomment-1205369067
I took the PR and rebased it internally to then compare the sizes:
* master:
```
$ size build-release/release/libarrow.so
text data bss dec hex filename
23471557 317416 2568225 26357198 1922dce
build-release/release/libarrow.so
$ ls -la build-release/release/libarrow.so.1000.0.0
-rwxrwxr-x 1 antoine antoine 37289616 août 4 16:48
build-release/release/libarrow.so.1000.0.0
$ strip build-release/release/libarrow.so.1000.0.0
$ ls -la build-release/release/libarrow.so.1000.0.0
-rwxrwxr-x 1 antoine antoine 23794552 août 4 16:48
build-release/release/libarrow.so.1000.0.0
```
* PR:
```
$ size build-release/release/libarrow.so
text data bss dec hex filename
23314548 314736 2568801 26198085 18fc045
build-release/release/libarrow.so
$ ls -la build-release/release/libarrow.so.1000.0.0
-rwxrwxr-x 1 antoine antoine 37097032 août 4 16:49
build-release/release/libarrow.so.1000.0.0
$ strip build-release/release/libarrow.so.1000.0.0
$ ls -la build-release/release/libarrow.so.1000.0.0
-rwxrwxr-x 1 antoine antoine 23634808 août 4 16:50
build-release/release/libarrow.so.1000.0.0
```
So it's a 0.7% saving here in both text segment size and stripped library
size.
--
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]