Javascript JIT in web browsers

Matt McCutchen matt at mattmccutchen.net
Sun Aug 15 19:45:11 UTC 2010


On Sun, 2010-08-15 at 18:26 +0200, Kevin Kofler wrote:
> But the end effect is, we're allowing a web browser to disable memory 
> protection, exposing all users to a severe security risk from merely 
> browsing web sites. IMHO, the performance improvements in JavaScript aren't 
> worth that risk.

An alternative is to run the JavaScript in a less-privileged process,
like I believe Chromium does.

-- 
Matt



More information about the devel mailing list