File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -218,12 +218,6 @@ arraylist_t finalizer_list_marked;
218
218
arraylist_t to_finalize ;
219
219
JL_DLLEXPORT _Atomic(int ) jl_gc_have_pending_finalizers = 0 ;
220
220
221
-
222
- NOINLINE uintptr_t gc_get_stack_ptr (void )
223
- {
224
- return (uintptr_t )jl_get_frame_addr ();
225
- }
226
-
227
221
void jl_gc_wait_for_the_world (jl_ptls_t * gc_all_tls_states , int gc_n_threads );
228
222
229
223
// malloc wrappers, aligned allocation
Original file line number Diff line number Diff line change @@ -549,8 +549,6 @@ STATIC_INLINE void *gc_ptr_clear_tag(void *v, uintptr_t mask) JL_NOTSAFEPOINT
549
549
return (void * )(((uintptr_t )v ) & ~mask );
550
550
}
551
551
552
- NOINLINE uintptr_t gc_get_stack_ptr (void );
553
-
554
552
FORCE_INLINE void gc_big_object_unlink (const bigval_t * node ) JL_NOTSAFEPOINT
555
553
{
556
554
assert (node != oldest_generation_of_bigvals );
You can’t perform that action at this time.
0 commit comments