File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Exceptions are a common mechanism for reporting errors.
2626Exceptions are a form of non-local return: they transfer control flow to a function higher up the stack to report the error.
2727
2828On most modern platforms, exceptions are implemented using a * table-driven unwinder* .
29- The exact details differ between 64-bit Windows and * NIX systems, but the underlying mechanisms are very similar.
29+ The exact details differ between 64-bit Windows and \ * NIX systems, but the underlying mechanisms are very similar.
3030For each function, the compiler emits a table that describes how to unwind the stack.
3131A generic unwinder library can read this information and pop each frame off the call stack, one at a time.
3232Language-specific exceptions are built on top of this.
You can’t perform that action at this time.
0 commit comments