Skip Menu |

This queue is for tickets about the Encode CPAN distribution.

Report information
The Basics
Id: 80311
Status: resolved
Priority: 0/
Queue: Encode

People
Owner: Nobody in particular
Requestors: BULKDD [...] cpan.org
Cc: pali [...] cpan.org
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.40
Fixed in: 2.63



Subject: Encode::Byte needs to use PERL_NO_GET_CONTEXT
Encode::Byte's SO/DLL needs to use PERL_NO_GET_CONTEXT. It has a 100 pointless calls to Perl_get_context spread between 2 xsubs (boot and XSEncoding). Byte.dll is the 8th largest DLL distributed with Perl on my machine. I am using the Encode::Byte included with Perl 5.17 on Win32.
On Ned Okt 21 03:57:32 2012, BULKDD wrote: Show quoted text
> Encode::Byte's SO/DLL needs to use PERL_NO_GET_CONTEXT. It has a 100 > pointless calls to Perl_get_context spread between 2 xsubs (boot and > XSEncoding). Byte.dll is the 8th largest DLL distributed with Perl on my > machine. I am using the Encode::Byte included with Perl 5.17 on Win32.
Already fixed in Encode 2.63.