Matthias Krüger
4695c2157c
Rollup merge of #93489 - Amanieu:panic_no_unwind, r=nagisa
...
Mark the panic_no_unwind lang item as nounwind
This has 2 effects:
- It helps LLVM when inlining since it doesn't need to generate landing pads for `panic_no_unwind`.
- It makes it sound for a panic handler to unwind even if `PanicInfo::can_unwind` returns true. This will simply cause another panic once the unwind tries to go past the `panic_no_unwind` lang item. Eventually this will cause a stack overflow, which is safe.
2022-02-06 10:43:51 +01:00
..
2022-02-02 17:37:14 +01:00
2022-02-02 17:11:01 +01:00
2022-02-01 10:15:59 +01:00
2022-02-03 10:59:35 -08:00
2022-02-02 17:11:01 +01:00
2022-02-02 19:34:07 +01:00
2022-02-01 10:15:59 +01:00
2022-02-04 18:42:13 +01:00
2022-02-04 18:42:13 +01:00
2022-02-03 22:20:24 +09:00
2022-02-03 11:47:41 +01:00
2022-02-03 22:20:26 +09:00
2022-02-06 04:13:29 +01:00
2022-02-01 10:15:59 +01:00
2022-02-01 10:15:59 +01:00
2022-02-01 10:15:59 +01:00
2022-02-01 23:18:01 +00:00
2022-02-03 10:59:09 -08:00
2022-02-01 10:15:59 +01:00
2022-02-01 09:55:19 +01:00
2022-02-01 23:18:01 +00:00
2022-02-04 18:42:13 +01:00
2022-02-01 16:08:05 +01:00
2022-02-01 09:55:19 +01:00
2022-02-05 18:27:06 +00:00
2022-02-04 18:42:13 +01:00
2022-02-03 22:20:27 +09:00
2022-02-03 13:52:26 -07:00
2022-02-04 18:42:13 +01:00
2022-02-01 10:15:59 +01:00
2022-02-03 21:45:51 +01:00
2022-02-06 10:43:50 +01:00
2022-02-01 10:15:59 +01:00
2022-02-01 10:15:59 +01:00
2022-02-02 16:10:16 +01:00
2022-02-05 01:30:14 -08:00
2022-02-02 17:11:01 +01:00
2022-01-31 18:25:05 +01:00
2022-02-04 18:42:16 +01:00
2022-02-01 10:15:59 +01:00
2022-02-01 10:15:59 +01:00
2022-02-06 04:13:30 +01:00
2022-02-01 23:18:01 +00:00
2022-02-01 11:21:26 +01:00
2022-02-06 10:43:51 +01:00