Update MazStab authored by Florian Schmaus's avatar Florian Schmaus
...@@ -17,7 +17,6 @@ Problematic: ...@@ -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… 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: Candidates:
- Nowa
- Cilk - Cilk
- OpenCilk - OpenCilk
- Intel Cilk Runtime - Intel Cilk Runtime
... ...
......