Closed
Description
I just discovered this project: you did an amazing job @bjorn3! Wow! 😃
-
I'm on Windows 10 64
-
CPU Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz
-
16 GB RAM DDR3
-
I'm using the
cg_clif-x86_64-pc-windows-msvc
artifact from https://github.com/bjorn3/rustc_codegen_cranelift/actions/runs/4091387500.
I'm creating a web app using
cargo watch -x run
(now cargo-clif watch -x run
)
to relaunch web server to try the changes.
Before cargo-clif
the time to wait after a change was: 11/12 seconds.
Now is 5/6: amazing!
But there is a thing.
With the "original" Microsoft linker the build never completes (it hangs on the last step, the last crate, indefinitely). Can I ask you why?
I need to use llvm
linker instead with global cargo config like this:
[target.x86_64-pc-windows-msvc]
linker = "lld-link.exe"
Metadata
Metadata
Assignees
Labels
No labels