This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Removed an extra ' from the int64_t test.
[perl5.git] / Todo
diff --git a/Todo b/Todo
index e9263cc..3340e4f 100644 (file)
--- a/Todo
+++ b/Todo
@@ -32,7 +32,6 @@ Optimizations
        constant function cache
        switch structures
        eval qw() at compile time
-       foreach (1..1000000)
        foreach(reverse...)
        Set KEEP on constant split
        Cache eval tree (unless lexical outer scope used (mark in &compiling?))
@@ -47,7 +46,6 @@ Optimizations
 
 Vague possibilities
        ref function in list context
-       data prettyprint function?  (or is it, as I suspect, a lib routine?)
        make tr/// return histogram in list context?
        Loop control on do{} et al
        Explicit switch statements