Chuanqi Xu

Results 22 issues of Chuanqi Xu

Hi, This repository looks excellent!! And it support many features that are not supported in clang trunk. Then I want to ask if there are any plans to send review...

Hi Gor, Now the llvm lacks a benchmark to measure the performance for coroutines. I think this one is relatively suit for that. And I am worrying about the license...

The symmetric transfer would enforce the resuming call to be an musttail call. However, it is problematic if there is an exception throw from the resuming call. In this case,...

coroutines

Reproducer: https://godbolt.org/z/WhG6z5czo The ABI of coroutines require the layout of the coroutine frame to be: ``` struct coroutine_frame { void (*resume_fn)(); void (*destroy_fn)(); promise_type promise; ... // Other needed variables...

c++20
ABI
coroutines

This comes from https://github.com/llvm/llvm-project/issues/63530. I file this to track the issue in the compiler side. Reproducer: ```C++ // RUN: rm -rf %t // RUN: mkdir -p %t // RUN: split-file...

clang:modules

### Is your feature request related to a problem? Please describe C++23 introduces std modules (std module and std.compat module). So we can write the following code for C++ in...

request

C++20 Named Modules introduce new dependent information to the project, so the legacy dependency discovery method doesn't work properly for C++20 Named Modules. clang-scan-deps has just landed the support for...

feature
help wanted

In the commit CI, the "Deploy static content to Pages" is getting failure. I guess it may be related to that I disabled the performance check recently.

### Search before asking - [x] I searched the [issues](https://github.com/alibaba/async_simple/issues) and found no similar issues. ### What happened + What you expected to happen Generator is an important use case...

### Search before asking - [x] I searched the [issues](https://github.com/alibaba/async_simple/issues) and found no similar issues. ### What happened + What you expected to happen Currently async_simple lacks logger subsystem to...