Commit 3abd15f
committed
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.1 parent 5a4adde commit 3abd15f
3 files changed
Lines changed: 2 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 32 | | |
45 | 33 | | |
46 | 34 | | |
| |||
145 | 133 | | |
146 | 134 | | |
147 | 135 | | |
148 | | - | |
149 | | - | |
150 | 136 | | |
151 | | - | |
152 | | - | |
| 137 | + | |
| 138 | + | |
153 | 139 | | |
154 | 140 | | |
155 | 141 | | |
156 | 142 | | |
157 | 143 | | |
158 | 144 | | |
159 | 145 | | |
160 | | - | |
161 | 146 | | |
162 | 147 | | |
163 | 148 | | |
| |||
0 commit comments