Commit ce85346
authored
perf: work around non-linearity in ElimDead (#14245)
This PR aims to improve performance of the compiler for large do blocks,
such as observed in `Grind.Arith.Linear.StructId`. It changes a hash set
that is used non-linearly into a tree set.1 parent 1391dbb commit ce85346
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments