ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/microscheme/Changes
(Generate patch)

Comparing cvsroot/microscheme/Changes (file contents):
Revision 1.14 by root, Tue Dec 1 02:42:35 2015 UTC vs.
Revision 1.15 by root, Tue Dec 1 04:57:49 2015 UTC

3TODO: fix .atom names 3TODO: fix .atom names
4TODO: |name|? (TOK_STRATOM) 4TODO: |name|? (TOK_STRATOM)
5TODO: simpler cell memory management, only one block 5TODO: simpler cell memory management, only one block
6TODO: proplists broken due to symbol not a pair anymore 6TODO: proplists broken due to symbol not a pair anymore
7TODO: UNNAMED_OPs have little reason to be in the opcode table? 7TODO: UNNAMED_OPs have little reason to be in the opcode table?
8TODO: (list->vector (string->list (string-copy "abc"))) fails miserably when repeated
9TODO: (vector-append #(1 2)) same
8 10
9- major size optimisations 11- major size optimisations
10 - struct layout for both typical CISC and RISC cpus. 12 - struct layout for both typical CISC and RISC cpus.
11 - optional error messages. 13 - optional error messages.
12 - optional error checking. 14 - optional error checking.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines