Skip to content

Commit 0a750cb

Browse files
d-nettokpamnany
andauthored
Suggestion from review: move a comment from gc-tls.h into julia_threads.h
Co-authored-by: Kiran Pamnany <[email protected]>
1 parent f4267f8 commit 0a750cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/julia_threads.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ typedef struct _jl_tls_states_t {
148148
int16_t disable_gc;
149149
// Counter to disable finalizer **on the current thread**
150150
int finalizers_inhibited;
151-
jl_gc_tls_states_t gc_tls;
151+
jl_gc_tls_states_t gc_tls; // this is very large, and the offset of the first member is baked into codegen
152152
volatile sig_atomic_t defer_signal;
153153
_Atomic(struct _jl_task_t*) current_task;
154154
struct _jl_task_t *next_task;

0 commit comments

Comments
 (0)