I assume this just works as Ryzen CPUs are still x86-64. One way to
check would be to write a quick program using
https://github.com/seanmonstar/num_cpus and see what it reports. If it
reports the right number it should be fine. Servo's threadpools scale
off this number, and so CSS styling and layout should use more cores
as a result. I'm not sure it will get faster forever as the number of
cores increases, but I think it should still be getting faster beyond
4.

I'd love to know what you find out as we've not spent a lot of time
benchmarking on more than 8 cores, and we primarily work on 2 to 4
with and without hyperthreading I'm guessing.

jack.

On Tue, Aug 1, 2017 at 8:43 AM, Jase Williams <jase.willi...@gmail.com> wrote:
> Does anyone know how Servo builds/runs on Ryzen machines yet?
> Was just curious as they have quite a lot of cores do they add much
> improvement or is it only a small increase?
>
> Is Servo making use of all the cores on those processors?
>
> Thanks
> Jase
> _______________________________________________
> dev-servo mailing list
> dev-servo@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-servo
_______________________________________________
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo

Reply via email to