Skip to content

Instantly share code, notes, and snippets.

@owent
owent / README.md
Last active April 22, 2020 08:30
C++20 Coroutine jump

Clang C++20 Coroutine ASM

编译

# Linux
/data/prebuilt/load-llvm-envs.sh clang++ -std=c++2a -O2 -g -ggdb -stdlib=libc++ -fcoroutines-ts -lc++ -lc++abi test-coroutine.cpp -o test-coroutine
./test-coroutine