julia
4a42367c - [GCChecker] add support for tracking JL_NOTSAFEPOINT regions (#47978)

Commit
2 years ago
[GCChecker] add support for tracking JL_NOTSAFEPOINT regions (#47978) We have regions of code that we either cannot (gcsafe_enter) or should not (locks) enter GC since it would cause data races or deadlocks. Teach the GCChecker how to analyze those state transitions. Additionally, mark all functions inside files named 'llvm-*.*' as not safepoints. This saves us some manual annotation effort.
Author
Parents
Loading