Hacker News new | ask | show | jobs
by londons_explore 1421 days ago
I wonder if turning off the JIT is worth it? A lot of bugs exist around JavaScript engines, sure, but they tend to be in the interfaces with the bindings for all the html5 features (and corresponding opportunities for memory corruption).

It's been a while since the last bug in the JIT itself - fuzzing tends to uncover those pretty quick.