On Tue, 13 May 2014 13:37:05 -0400, Steven Schveighoffer
<[email protected]> wrote:
On Tue, 13 May 2014 13:36:17 -0400, Daniel Murphy
<[email protected]> wrote:
"Steven Schveighoffer" wrote in message
news:[email protected]...
If a thread is doing only reads, or is only touching non-Scanned
memory, it continues.
How long do threads usually go without touching the stack?
The stack would have to be COW.
No sorry, the stack only contains roots, so it can be marked as "safe to
use" pretty quickly.
-Steve