https://github.com/subvisual/codegen-cranelift-toolchain
Github Action for rustc_codegen_cranelift
https://github.com/subvisual/codegen-cranelift-toolchain
Last synced: 19 days ago
JSON representation
Github Action for rustc_codegen_cranelift
- Host: GitHub
- URL: https://github.com/subvisual/codegen-cranelift-toolchain
- Owner: subvisual
- License: mit
- Created: 2023-03-23T14:29:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-24T10:50:26.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T06:07:53.690Z (about 1 year ago)
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Github Action for rustc_codegen_cranelift
If you're trying to reduce the build time in your Rust project, and you have read blog posts like [this one](https://endler.dev/2020/rust-compile-times/#cranelift-the-alternative-rust-compiler) by Matthias Endler, there's a chance that you are here to try using an alternative compiler that runs in parallel with rustc for every CI build: Cranelift, also called CG_CLIF.
Here is the [original post](https://jason-williams.co.uk/posts/a-possible-new-backend-for-rust/) by Jason Williams describing how `cg_clif` works.
This Github Action simply gives you an "interface" to use [this alternative compiler](https://github.com/bjorn3/rustc_codegen_cranelift) in other Actions you may have.
PRs are welcomed.