Closed alexcrichton closed 5 days ago
A good question! I did a bit more digging and I've now changed this to:
That makes the test much speedier now so it will continue to test Cranelift.
Thanks. Comment needs a fix, then its good to go
oops, thanks!
This test currently takes 50s locally in debug mode locally so optimize it by disabling optimizations in Cranelift and additionally using the single-pass register allocator. This drops the test time to ~3s locally.