about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorVadim Chugunov <vadimcn@gmail.com>2015-10-18 14:17:34 -0700
committerVadim Chugunov <vadimcn@gmail.com>2015-10-18 19:57:28 -0700
commit1da466253c1fe6491f330a4ae5aa56da950928bf (patch)
tree8112302450b449276f63b96f8561e23b3fd25234 /src/libstd/sys/unix/stack_overflow.rs
parent4af89fe3172d1c3153655b55a0659877206e5ddb (diff)
downloadrust-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