This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16f6a27
)
PADTMP hash pessimisation was fixed with commit 38bb37b9aa18dbe6.
author
Nicholas Clark
<nick@ccl4.org>
Thu, 29 Mar 2012 16:07:31 +0000
(18:07 +0200)
committer
Nicholas Clark
<nick@ccl4.org>
Tue, 24 Apr 2012 08:51:55 +0000
(10:51 +0200)
Remove it from the TODO list.
Porting/todo.pod
patch
|
blob
|
blame
|
history
diff --git
a/Porting/todo.pod
b/Porting/todo.pod
index
ddc8ae0
..
825b277
100644
(file)
--- a/
Porting/todo.pod
+++ b/
Porting/todo.pod
@@
-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