Damien Zammit, le mer. 21 févr. 2024 13:45:55 +0000, a ecrit: > gnumach source code to be compiled on 7 cores without faults, using: > ./smp /bin/bash > make -j7
Oh!!! We definitely want to try to deploy this on the buildds :D Could you also try to benchmark a bit, to get an idea of how much this already accelerates compilation? I guess e.g. c++ compilation can be accelerated a lot since it spends much more time computing than reading/writing files, but for C that's much less clear to me, there are all the i/o that have to go through RPCs with cpu0. Samuel