From 93e0679bc6bb150a9708317078930a563d0ecf76 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Thu, 29 Mar 2012 18:07:31 +0200 Subject: [PATCH] PADTMP hash pessimisation was fixed with commit 38bb37b9aa18dbe6. Remove it from the TODO list. --- Porting/todo.pod | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Porting/todo.pod b/Porting/todo.pod index ddc8ae0..825b277 100644 --- a/Porting/todo.pod +++ b/Porting/todo.pod @@ -1081,13 +1081,6 @@ implement per-thread working directories: Win32 already does this. See also L. -=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 - =head2 Store the current pad in the OP slab allocator =for clarification -- 1.8.3.1