Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
LisPi (lispi314@udongein.xyz)'s status on Monday, 03-Mar-2025 07:46:01 JST LisPi
@dalias @theearthisapringle @swordgeek @alwayscurious I've been disabling the JIT for a while now.
Even Microsoft's browser research team published an article on how little returns the JIT gives vs security improvement in the majority of use-cases: https://microsoftedge.github.io/edgevr/posts/Super-Duper-Secure-Mode/
It's not because it's impossible to do JIT safely/properly, it's *purely* because JS engines prioritize speed over correctness & security everytime.