This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PADTMP hash pessimisation was fixed with commit 38bb37b9aa18dbe6.
authorNicholas Clark <nick@ccl4.org>
Thu, 29 Mar 2012 16:07:31 +0000 (18:07 +0200)
committerNicholas Clark <nick@ccl4.org>
Tue, 24 Apr 2012 08:51:55 +0000 (10:51 +0200)
Remove it from the TODO list.

Porting/todo.pod

index ddc8ae0..825b277 100644 (file)
@@ -1081,13 +1081,6 @@ implement per-thread working directories: Win32 already does this.
 
 See also L</"Extend PerlIO and PerlIO::Scalar">.
 
-=head2 Investigate PADTMP hash pessimisation
-
-The peephole optimiser converts constants used for hash key lookups to shared
-hash key scalars. Under ithreads, something is undoing this work.
-See
-L<http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2007-09/msg00793.html>
-
 =head2 Store the current pad in the OP slab allocator
 
 =for clarification