Re: [dev-servo] Servo running on Ryzen

2017-08-06 Thread Jase Williams
Thanks for your answer Jack! > . 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. Could you elaborate on this a bit more? Jason ___ dev-servo mailing list dev-servo@lists.

Re: [dev-servo] Servo running on Ryzen

2017-08-01 Thread Jack Moffitt
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 layo

[dev-servo] Servo running on Ryzen

2017-08-01 Thread Jase Williams
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-s