diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-04-10 05:48:43 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-04-10 05:48:43 +0000 |
| commit | 620b13d8777086b3b4da0e0a07e93b83ea38b66d (patch) | |
| tree | 6dcd08ef584fc777cf34517136d5ce3948840e45 /ToDo | |
| parent | 0453f53db62f1321492288d1c904aade9bb0fa3e (diff) | |
| download | ruby-620b13d8777086b3b4da0e0a07e93b83ea38b66d.tar.gz ruby-620b13d8777086b3b4da0e0a07e93b83ea38b66d.tar.xz ruby-620b13d8777086b3b4da0e0a07e93b83ea38b66d.zip | |
2000-04-10
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@661 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ToDo')
| -rw-r--r-- | ToDo | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -35,11 +35,12 @@ Hacking Interpreter - all object made freezable * non-blocking open (e.g. for named pipe) for thread * avoid blocking with gethostbyname/gethostbyaddr (use fork ???) -* objectify interpreters +* objectify interpreters ??? * remove rb_eval() recursions * syntax tree -> bytecode ??? * scrambled script, or script filter * setuid ruby +* performance tune for in-block (dynamic) local variables. Standard Libraries @@ -61,7 +62,7 @@ Standard Libraries - Struct::new([name,]member,...) - IO#reopen accepts path as well - Kernel#scan -- call initialize for builtin class too (not yet: Regexp, etc) +- call initialize for builtin classes too (not yet: Regexp, Class, Module) - performance tune for String's non-bang methods. * String#scanf(?) * Object#fmt(?) |
