Reduce child_count in node structure to 8 bits

This commit is contained in:
ridiculousfish
2013-10-09 03:45:58 -07:00
parent 7b86b2e05a
commit e763345f25

View File

@@ -176,7 +176,7 @@ class parse_node_t
/* Children */
node_offset_t child_start;
node_offset_t child_count;
uint8_t child_count;
/* Which production was used */
uint8_t production_idx;