Comment by gp
4 years ago
I think you mean execution process, not thread.
That said, processes should not share virtual address spaces by default. Sharing memory between processes should be an explicit choice.
(Or should 99.9% of calls to spawn() be followed by new_address_space()? )
The researchers can write their own single address space os if they are so inclined.
No comments yet
Contribute on Hacker News ↗