pitrou commented on PR #47042: URL: https://github.com/apache/arrow/pull/47042#issuecomment-3080002710
This produces a very small reduction in code size: * before: ```console $ size /build/build-release/relwithdebinfo/*.so text data bss dec hex filename 1641597 26416 832 1668845 1976ed /build/build-release/relwithdebinfo/libarrow_acero.so 14278498 115464 46544 14440506 dc583a /build/build-release/relwithdebinfo/libarrow_compute.so 201302 8168 3016 212486 33e06 /build/build-release/relwithdebinfo/libarrow_cuda.so 1611037 35128 4256 1650421 192ef5 /build/build-release/relwithdebinfo/libarrow_dataset.so 14373351 293720 2181025 16848096 10114e0 /build/build-release/relwithdebinfo/libarrow.so 1476139 30588 1640 1508367 17040f /build/build-release/relwithdebinfo/libarrow_testing.so 3952862 149024 5008 4106894 3eaa8e /build/build-release/relwithdebinfo/libparquet.so ``` * after: ```console $ size /build/build-release/relwithdebinfo/*.so text data bss dec hex filename 1641317 26416 1088 1668821 1976d5 /build/build-release/relwithdebinfo/libarrow_acero.so 14276349 115456 44632 14436437 dc4855 /build/build-release/relwithdebinfo/libarrow_compute.so 201302 8168 3016 212486 33e06 /build/build-release/relwithdebinfo/libarrow_cuda.so 1607787 35088 3384 1646259 191eb3 /build/build-release/relwithdebinfo/libarrow_dataset.so 14314903 292456 2183377 16790736 10034d0 /build/build-release/relwithdebinfo/libarrow.so 1474566 30588 3176 1508330 1703ea /build/build-release/relwithdebinfo/libarrow_testing.so 3945688 148992 4016 4098696 3e8a88 /build/build-release/relwithdebinfo/libparquet.so ``` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org