Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add bind_at_load compiler flag to force symbol binding
Attempt to fix deadlock due to symbol binding, which takes a global lock loading a dylib, when running gc collection if another thread was stopped while holding the global lock.
- Loading branch information