Browse Source
Our coroutine system can make debugging memory issues harder by not following a standard stack allocation system. We can get around this by using valgrind's built-in stack instrumentation. Each coroutine registers a stack allocation allowing memcheck to recognize when accesses are bounded.pull/15/head
2 changed files with 28 additions and 2 deletions
Loading…
Reference in new issue