edef1c / libfringe

a Rust library implementing safe, lightweight context switches, without relying on kernel services
https://edef1c.github.io/libfringe
Apache License 2.0
512 stars 31 forks source link

Switch to llvm_asm to compile on latest nightly. #86

Open gz opened 4 years ago

gz commented 4 years ago

Note that this also needs https://github.com/edef1c/libvalgrind_request/pull/4 to be merged and a new version for libvalgrind_request.

cynecx commented 3 years ago

It might be better for the future to use the new asm feature. See https://github.com/cynecx/libfringe/commit/980890a2f3d6d3c8459391f61433d1700a1cf66f.