felipecrv commented on PR #41373:
URL: https://github.com/apache/arrow/pull/41373#issuecomment-2148432277

   Proof that this PR reduces binary size:
   
   ```sh
   ~/code/arrow/cpp/release $ wc -c 
./src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/vector_selection_internal.cc.o
     278808 
./src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/vector_selection_internal.cc.o
   $ git co origin/main
   HEAD is now at 7f0c4070dd GH-41397: [C#] Downgrade macOS test runner to 
avoid infrastructure bug (#41934)
   ~/code/arrow/cpp/release $ ninja 
./src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/vector_selection_internal.cc.o
   [1/1] Building CXX object 
src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/vector_selection_internal.cc.o
   ~/code/arrow/cpp/release $ wc -c 
./src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/vector_selection_internal.cc.o
     289832 
./src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/vector_selection_internal.cc.o
   ```
   
   -11024 bytes 🎉 


-- 
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]

Reply via email to