From: Vincent Pit Date: Fri, 30 Mar 2012 20:01:55 +0000 (+0200) Subject: Prehash the hints hash identifier X-Git-Tag: v0.02~12 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Hooks.git;a=commitdiff_plain;h=d98dbf56343c99b164e93be306735db3f6e6bca5 Prehash the hints hash identifier --- diff --git a/Hooks.xs b/Hooks.xs index eddf6ad..af878f3 100644 --- a/Hooks.xs +++ b/Hooks.xs @@ -230,6 +230,8 @@ BOOT: #ifdef USE_ITHREADS MUTEX_INIT(&reh_action_list_mutex); #endif + + PERL_HASH(reh_hash, __PACKAGE__, __PACKAGE_LEN__); } void