cvsuser 04/08/02 11:29:11
Modified: . MANIFEST
Added: . DESIGN_TODO
Log:
Commit the public design todo list
Revision Changes Path
1.714 +1 -0 parrot/MANIFEST
Index: MANIFEST
===================================================================
RCS file: /cvs/public/parrot/MANIFEST,v
retrieving revision 1.713
retrieving revision 1.714
diff -u -w -r1.713 -r1.714
--- MANIFEST 1 Aug 2004 16:10:06 -0000 1.713
+++ MANIFEST 2 Aug 2004 18:29:11 -0000 1.714
@@ -3,6 +3,7 @@
CREDITS []
ChangeLog []
Configure.pl []
+DESIGN_TODO []
DEVELOPING []
KNOWN_ISSUES [main]doc
LICENSES/Artistic [main]doc
1.1 parrot/DESIGN_TODO
Index: DESIGN_TODO
===================================================================
* Finish specification of return continuation and sub being called
slots in interpreter, with introspection
* Get python bytecode translator done
* Get hash (probably SHA1) added to bytecode segments
* Spec out bytecode metadata system and introspection/modification
system
* Specify what we need to serialize continuations
* Spec out threading system
* Final namespace spec
* Final lexical pad spec
* Find someone to speed up the OrderedHash implementation
* Finish event and IO specification
* Rearchitect internals for the string specifications
* Solidify design for Truly Evil speed hack for fast regex/string matching