wenzhang

Results 2 issues of wenzhang

currently, lucet runtime and cranelift codegen back ARM32, ARM64 and X64, but I want to know Why not choose to support x86-32? What are the considerations? Background: Working on the...

Hi, It's like I found a treasure. but when I read you c++ code, one question confused me. The [mpmc_bounded_queue::size](https://github.com/craflin/LockFreeQueue/blob/master/mpmc_bounded_queue.h#L54) method calculate the size of enqueued nodes by acquire-relaxed memory...