On Monday, 20 May 2013 at 13:55:05 UTC, Regan Heath wrote:
On Mon, 20 May 2013 13:50:25 +0100, Andrei Alexandrescu
<[email protected]> wrote:
On reddit:
http://www.reddit.com/r/programming/comments/1eovfu/dconf_2013_day_1_talk_6_concurrent_garbage/
This may be the Windows Copy On Write feature mentioned in the
Q&A at the end:
http://support.microsoft.com/kb/103858
Yes, basically. I can't find where I've read that mapping COW
memory from within the same process is only supported on NT
versions. However, doing it from within the same process is not
practical anyway, since that would imply at least halving the
address space.