Re: Ramifications of Removing Coroutines or Implement at higher level than C
"dennisf486" <[email protected]>
| Newsgroups | gmane.comp.lang.io |
|---|---|
| Message-ID | <[email protected]> |
Forgot to mention - a further example of the trouble that a low-level implementation of co-routines causes me is that it makes valgrind crash when I try to use it to analyze my program. Valgrind gives a warning about the client swapping stacks, and then segfaults.