julia
a1165b84
- threads,win64: fix safepoint handler (#32570)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
6 years ago
threads,win64: fix safepoint handler (#32570) On Win64, we need the top stack frame to have a personality to catch exceptions in the event that we run into a GC safepoint (such as jl_mutex_wait) before we have Julia code on the stack.
References
#32570 - threads,win64: fix safepoint handler
Author
vtjnash
Committer
JeffBezanson
Parents
7b53c0d9
Loading