Guangqian Peng

Results 3 issues of Guangqian Peng

hi, I am reading the code and have done some benchmark: https://github.com/guangqianpeng/libaco/blob/master/bench_result I have two questions: 1. `tcmalloc` improves the benchmark results. With `aco_amount=1000000` and `copy_stack_size=56B`, the tcmalloc version achieves...

To avoid being optimized by the compiler, the benchmark coroutines `co_fp_stksz_xx()` and `co_fp_alloca()` use `memset()` . However, it failed on my machine (Ubuntu 16.04, Linux 4.15, gcc 5.4). We can...

Proposal
Proposal-Accepted

The orignal CMAKE_C_FLAGS doesn't work.