Update MazStab authored by Florian Schmaus's avatar Florian Schmaus
......@@ -17,7 +17,6 @@ Problematic:
1: Both backends use the same approach to continuation-stealing, which is based on GCC's inline functions C extension. This extension is not available under C++. Having the benchmarks in pure-C would mean that we have to let go of a lot of C++ features useful to create fibers. So…
Candidates:
- Nowa
- Cilk
- OpenCilk
- Intel Cilk Runtime
......
......