diff options
| author | Vadim Chugunov <vadimcn@gmail.com> | 2015-10-18 14:17:34 -0700 |
|---|---|---|
| committer | Vadim Chugunov <vadimcn@gmail.com> | 2015-10-18 19:57:28 -0700 |
| commit | 1da466253c1fe6491f330a4ae5aa56da950928bf (patch) | |
| tree | 8112302450b449276f63b96f8561e23b3fd25234 /src/libstd/sys/unix/stack_overflow.rs | |
| parent | 4af89fe3172d1c3153655b55a0659877206e5ddb (diff) | |
| download | rust-1da466253c1fe6491f330a4ae5aa56da950928bf.tar.gz rust-1da466253c1fe6491f330a4ae5aa56da950928bf.zip | |
Revisit implementation of custom unwind resume;
Rather than injecting a local `_Unwind_Resume` into the current translation unit, just replace `resume` instruction with a direct call the the `eh_unwind_resume` lang item. This is likely to be more robust in the face of future LLVM changes, and also allows us to delegate work back to libgcc's `_Unwind_Resume`.
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
