From 71ad1b0c3807f6097c8da083d9dcbd8c03af5f43 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Tue, 11 Apr 2006 13:47:05 +0000 Subject: Need to migrate the refcounted_he structure to be properly shared. Add a mutex for manipulated their reference counts. Unwrap the structure, so that for ithreads it can store SVs in pads. p4raw-id: //depot/perl@27764 --- perl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'perl.c') diff --git a/perl.c b/perl.c index e69cc9ca1f..bd667eee7b 100644 --- a/perl.c +++ b/perl.c @@ -148,6 +148,7 @@ S_init_tls_and_interp(PerlInterpreter *my_perl) ALLOC_THREAD_KEY; PERL_SET_THX(my_perl); OP_REFCNT_INIT; + HINTS_REFCNT_INIT; MUTEX_INIT(&PL_dollarzero_mutex); # endif #ifdef PERL_IMPLICIT_CONTEXT -- cgit v1.2.1