Quite some exciting progress since the last progress report! There have been 180 commits since the last progress report.

As of today, rustc_codegen_cranelift is available on nightly! :tada: You can run rustup component add rustc-codegen-cranelift-preview --toolchain nightly to install it and then either CARGO_PROFILE_DEV_CODEGEN_BACKEND=cranelift cargo +nightly build to use it for the current invocation or add

  • Open World@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    11 months ago

    Really exciting news! This should mitigate a longstanding problem that Rust developers have had when iterating.