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…