Browse Source
This historically was used to guard against recursive faults but later refactorings have made this variable somewhat obsolete. The code that it still protects is not the "meat" of trap handling. Instead the `jmp_buf_if_trap` is changed to be more like "take" so once a "take" succeeds it won't be able to recursively call any more "meat". Overall this shouldn't affect anything, it's just a small internal cleanup.pull/4970/head
Alex Crichton
2 years ago
committed by
GitHub
3 changed files with 4 additions and 16 deletions
Loading…
Reference in new issue