|
|
|
|
|
by gruez
1544 days ago
|
|
>Is there a safer JavaScript engine folks can use without having to worry about this sorta thing? Even if it's slower, less compatible, more resource-intensive, etc.? You can disable JIT in firefox[1], which makes it fall back to an interpreter. That should theoretically make it safer as there are less optimizations going on and less generated code being directly executed by the CPU. [1] https://github.com/arkenfox/user.js/blob/b4225baaf2f8d15f856... |
|
I'm not sure if there is a way to do this on Safari.