We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4267f8 commit 0a750cbCopy full SHA for 0a750cb
src/julia_threads.h
@@ -148,7 +148,7 @@ typedef struct _jl_tls_states_t {
148
int16_t disable_gc;
149
// Counter to disable finalizer **on the current thread**
150
int finalizers_inhibited;
151
- jl_gc_tls_states_t gc_tls;
+ jl_gc_tls_states_t gc_tls; // this is very large, and the offset of the first member is baked into codegen
152
volatile sig_atomic_t defer_signal;
153
_Atomic(struct _jl_task_t*) current_task;
154
struct _jl_task_t *next_task;
0 commit comments