Hacker News new | ask | show | jobs
by cjblomqvist 615 days ago
If anyone have a comparison with V8 that would be great!
3 comments

Not sure what kind of comparison you mean, but you can compare desktop browsers with [1].

I just ran it on my mac M2 Max and got:

    (F)irefox 131.0.3
    (E)dge 129.0, V8 12.9.17.8
    (S)afari 18.0 (20619.1.26.31.6)

    Speedometer 3.0
    (F) 25.9  
    (E) 22.3
    (S) 30.9

    JetStream2
    (F) 251.787
    (E) 350.74
    (S) 360.568
Safari seems slightly faster in all benchmarks. I did not run motionmark because it takes forever :-/. The page says JetStream2 is what you want if you want to benchmark wasm.

How this relates to TFA, no idea ... is not really easy to tell which version of SpiderMonkey is running on the installed Firefox.

--

1: https://browserbench.org/

Spidermonkey just follows Firefox version numbering, so far as I know, and the linked bugs in the article seem to have landed in a mix of the 132 and 133 milestones, so you'll have to wait a couple of release cycles for the full effect.
https://arewefastyet.com/ has various comparisons between Firefox and Chrome, the script oriented ones are basically Spidermonkey vs V8
AFAIK Chrome already does the "function by function" ompilation approach that's hinted at the end of the article.