How Usable is the Rust Cranelift Backend Today
A Possible New Backend for Rust
https://blog.rust-lang.org/inside-rust/2020/11/15/Using-rust...
Cranelift codegen backend for rust
https://github.com/rust-lang/rust/blob/master/compiler/rustc_codegen_cranelift/Readme.md
rustup component add rustc-codegen-cranelift-preview --toolchain nightly
#cranelift forum
rustup component remove rustc-codegen-cranelift-preview --toolchain nightly
Cranelift Examples
Cranelift code generation comes to Rust
$ git clone https://github.com/rust-lang/rustc_codegen_cranelift
$ cd rustc_codegen_cranelift
$ ./y.sh build
People can now try the Cranelift backend using rustup and cargo:
$ rustup component add rustc-codegen-cranelift-preview --toolchain nightly
$ export CARGO_PROFILE_DEV_CODEGEN_BACKEND=cranelift
$ cargo +nightly build -Zcodegen-backend
'rustup component' (with examples)
Keyboard short cuts.
= = = = =
Fujiyoshida, Yamanashi prefecture, Japan
*Fuji Asada City “Hotspot” Drama Turns Mount Fuji Area into Tourist Attraction
No comments:
Post a Comment