[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/3 gnumach] vm_map and gsync changes
From: |
Samuel Thibault |
Subject: |
Re: [PATCH 0/3 gnumach] vm_map and gsync changes |
Date: |
Wed, 21 Feb 2024 19:24:24 +0100 |
User-agent: |
NeoMutt/20170609 (1.8.3) |
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