Files
Jacob Pratt 1ae00ba888 Rollup merge of #147858 - yotamofek:pr/mir/coroutine-layout-opt, r=cjgillot
Micro-optimization attempt in coroutine layout computation

In `compute_layout`, there were a bunch of collections (`IndexVec`s) that were being created by `push`ing in a loop, instead of a, hopefully, more performant usage of iterator combinators. [Second commit](6f682c2774) is just a small cleanup.

I'd love a perf run to see if this shows up in benchmarks.
2025-10-30 02:43:42 -04:00
..
2025-10-24 02:41:50 +00:00
2025-10-10 12:57:24 +00:00
2025-09-08 15:07:12 -07:00
2025-07-21 08:08:41 +00:00
2025-08-13 09:33:09 -05:00
2025-10-11 20:50:21 +00:00
2025-09-21 13:12:18 -04:00
2025-10-10 12:57:24 +00:00
2025-09-17 21:12:17 +00:00
2025-10-11 20:56:10 +00:00
2025-07-01 19:00:21 +00:00
2025-10-19 02:22:18 +00:00
2025-10-10 12:57:24 +00:00
2025-10-06 10:57:27 -07:00
2025-10-10 12:57:24 +00:00
2025-10-10 12:57:24 +00:00