rustc_codegen_clr icon indicating copy to clipboard operation
rustc_codegen_clr copied to clipboard

This rust compiler backend(module) emmits valid CIL (.NET IR), enabling you to use Rust in .NET projects.

Results 21 rustc_codegen_clr issues
Sort by recently updated
recently updated
newest added

`setjmp`/`longjmp` based exception handling isn't particularly performant when cleanup frames are abundant, but it's supported by C89. Translation needs `thread_local` or some polyfill, though, which is C11. Thread local state:...