bneradt commented on issue #8966:
URL: https://github.com/apache/trafficserver/issues/8966#issuecomment-1190382965

   I have an M1 MacBook as well. I often build within an aarch64 docker image 
running on the Mac. Builds generally work great, but I notice the following 
when running clang-format:
   
   1. When I run clang-format, single threaded, natively on my M1 Mac, it takes 
28 seconds.
   2. When I run clang-format in an `aarch64` rockylinux:8 docker image, 
running clang-format single threaded takes 2 minutes and 17 seconds, not much 
under 5 times longer than the native Mac run.
   
   This extra time happens due to translating the x86-64 binary for the arm 
architecture. It would be nice to have an arm64 Linux version of clang-format 
for this use case as well (in addition to the situation @maskit is seeing).


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