skip to main |
skip to sidebar
Per-process execution is a feature in Chromium (Google Chrome), not V8. And it is really needed anyway if one is using V8, because V8 is not thread safe.
So that is why you have one process for Tab in chrome (it's a bug called feature in V8)
Via trolls labs