ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/microscheme/scheme-private.h
(Generate patch)

Comparing microscheme/scheme-private.h (file contents):
Revision 1.14 by root, Wed Dec 2 07:59:15 2015 UTC vs.
Revision 1.15 by root, Mon Dec 7 18:10:57 2015 UTC

88 } cons; 88 } cons;
89 89
90 } object; 90 } object;
91 91
92 uint8_t flag; 92 uint8_t flag;
93 uint8_t mark;
93}; 94};
94 95
95/* frequently accessed members are near the beginning, reducing codesize esp. on CISC */ 96/* frequently accessed members are near the beginning, reducing codesize esp. on CISC */
96struct scheme 97struct scheme
97{ 98{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines