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

Comparing microscheme/Changes (file contents):
Revision 1.6 by root, Sun Nov 29 00:02:21 2015 UTC vs.
Revision 1.7 by root, Sun Nov 29 05:04:29 2015 UTC

32- remove limit of 65535 args maximum. 32- remove limit of 65535 args maximum.
33- move ~6kb opcode table into read-only segemnt, saves 6kb rss. 33- move ~6kb opcode table into read-only segemnt, saves 6kb rss.
34- reduce ~6kb opcode table to 1.2kb. 34- reduce ~6kb opcode table to 1.2kb.
35- subnormals are no longer flushed to zero in some comparisons. 35- subnormals are no longer flushed to zero in some comparisons.
36- scheme fix: gensym does not intern the symbol. 36- scheme fix: gensym does not intern the symbol.
37- scheme fix: properly support atom names starting with '.' 37- scheme fix: properly support symbol names starting with '.'
38- scheme improvement: support |identifier| syntax.
38 39

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines