This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Configure updates for intsize and ssizetype
[perl5.git] / Todo
diff --git a/Todo b/Todo
index 595725a..114a488 100644 (file)
--- a/Todo
+++ b/Todo
@@ -34,7 +34,7 @@ Possible pragmas
 Optimizations
        constant function cache
        switch structures
-       foreach(@array)
+       eval qw() at compile time
        foreach (1..1000000)
        foreach(reverse...)
        Set KEEP on constant split
@@ -51,7 +51,6 @@ Optimizations
 Vague possibilities
        ref function in list context
        Populate %SIG at startup if appropriate
-       sub mysplice(@, $, $, ...)
        data prettyprint function?  (or is it, as I suspect, a lib routine?)
        make tr/// return histogram in list context?
        undef wantarray in void context