Comment Re:Baby out with the bathwater (Score 1) 233
Except when it is. Javascript is very often compiled with JIT to machine code and there exist Spectre exploits that can read whole browser process memory from Javascript. It needs high precision timers and JIT, but it works. Thats why MS in their Spectre mitigation for Edge reduces timer precision and introduces extra jitter.