You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A common idiom used throughout the codebase is to get a pointer to
thread-local-state through `jl_current_task->ptls`.
Create a phantom task for GC threads so that we can make use of this
idiom when running in the GC threads as well.
Idea originally suggested by @vchuravy, bugs are mine.
0 commit comments