We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e073fc commit 0b67810Copy full SHA for 0b67810
src/panic.md
@@ -39,8 +39,8 @@ runtime_.
39
> default) and `panic_abort`, which immediately aborts the process (which is
40
> non-recoverable).
41
42
-When compiling code that is guaranteed (via a [compiler option][rustc-codegen])
43
-not to unwind, the optimizer may assume that unwinding across Rust frames is
+When compiling code that is guaranteed to be linked to a non-recoverable panic
+runtime, the optimizer may assume that unwinding across Rust frames is
44
impossible, which can result in both code-size and runtime speed improvements.
45
46
[destructors]: destructors.md
0 commit comments