Hacker News new | ask | show | jobs
by roca 739 days ago
Those are interesting points, but disabling the JIT doesn't really change anything unless it means you can forgo site isolation, and that would be a very risky bet.

It may be that disabling the JIT is fine for users most of the time. However, that is also a tough call --- so easy for your competitors to beat you up with benchmarks, and there will be real use-cases (e.g. emulators) where it matters to some users.

And of course there's a lot more to perf than just the JIT. I barely mentioned JIT in my blog post.

2 comments

>and there will be real use-cases (e.g. emulators)

Those are so niche as a concern, that might as well not take into account at all when doing a new browser engine.

Yeah but you mentioned Spectre. It’s not clear if you can do a Spectre attack on an interpreter. Maybe you can, but it seems super hard and not practical.

And without Spectre, the argument for site isolation is much weaker.