rust/compiler/rustc_mir_transform
Nicholas Nethercote ec6fe4e198 Streamline AbortUnwindingCalls.
Currently it constructs two vectors `calls_to_terminated` and
`cleanups_to_remove` in the main loop, and then processes them after the
main loop. But the processing can be done in the main loop, avoiding the
need for the vectors.
2024-09-09 15:15:42 +10:00
..
2024-09-09 15:15:42 +10:00
2024-04-03 08:50:12 +00:00