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

Comparing cvsroot/microscheme/Changes (file contents):
Revision 1.16 by root, Tue Dec 1 05:12:33 2015 UTC vs.
Revision 1.17 by root, Wed Dec 2 07:43:46 2015 UTC

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 8TODO: (list->vector (string->list (string-copy "abc"))) fails miserably when repeated
9TODO: (vector-append #(1 2)) same 9TODO: (vector-append #(1 2)) same
10
11TODO: test \eol
10 12
11- major size optimisations 13- major size optimisations
12 - struct layout for both typical CISC and RISC cpus. 14 - struct layout for both typical CISC and RISC cpus.
13 - optional error messages. 15 - optional error messages.
14 - optional error checking. 16 - optional error checking.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines