Commit 7156ba3
authored
[NFC] Mark some DAE-internal passes as requiring less work (WebAssembly#7858)
The non-nullable overhead usually doesn't matter, but DAE can end up running
many internal pass iterations, many of whom are very lightweight otherwise,
so this adds up.
On a dart testcase I see, this makes DAE (the slowest pass there) 7% faster.1 parent 5593b32 commit 7156ba3
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
293 | 296 | | |
294 | 297 | | |
295 | 298 | | |
| |||
335 | 338 | | |
336 | 339 | | |
337 | 340 | | |
| 341 | + | |
| 342 | + | |
338 | 343 | | |
339 | 344 | | |
340 | 345 | | |
| |||
0 commit comments