mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-27 09:37:38 +01:00
ia64: If ATOMIC_OPS_H is defined, use a simple flag rather than a
pthread_mutex lock to mediate access to the script-cache. This has the advantage of avoiding the relatively expensive sigprocmask()/pthread_mutex_lock()/pthread_mutex_unlock()/sigprocmask() sequence when caching is enabled. Also, with thread-local caching, libunwind should scale perfectly to large number of CPUs/threads. BKrev: 3fc299f5M7RqNOmP68nsDCIWdSS1lg
This commit is contained in:
parent
e433ec3820
commit
14e8ee4385