Subject: | Unicode::Normalize needs to use PERL_NO_GET_CONTEXT |
Looking at the Unicode::Normalize included with Perl 5.17, I see 100s of
calls to Perl_get_context on my Win32 Perl. Unicode::Normalize needs to
use PERL_NO_GET_CONTEXT to avoid these. Normalize.dll is the 6th largest
DLL distributed with Perl interp on my machine. Normalize makes ~360
calls to Perl_get_context spread among ~24 functions.