Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove rayon dependency of cranelift-isle
Using rayon adds a lot of dependencies to Cranelift. The total unparallelized time the code that uses rayon takes is less than half a second and it runs at compile time, so there is pretty much no benefit to parallelizing it.
- Loading branch information