Y
Hacker News
new
|
ask
|
show
|
jobs
by
johncolanduoni
3301 days ago
Probably for the same reason Chrome runs V8 in a different process: planning for inevitable vulnerabilities in the implementation.
1 comments
bzbarsky
3301 days ago
Chrome doesn't run V8 in a different process from the page DOM. That's the difference: NaCl/PNaCl _does_ run in a different process from the page DOM, so interacting with the DOM gets complicated.
link