Update MazStab authored by Florian Schmaus's avatar Florian Schmaus
...@@ -13,6 +13,7 @@ Integreated: ...@@ -13,6 +13,7 @@ Integreated:
Problematic: Problematic:
- Nowa¹ - Nowa¹
- fibril¹ - fibril¹
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:
... ...
......