Optimize parser memory consumption. Remove 'prev' and 'block_size' fields form the linked list structure. Remove 'magic' field from structures used in parser.

This commit is contained in:
Andrey Shitov
2015-04-01 11:48:23 +03:00
parent ef2265ee41
commit e459ab7d64
11 changed files with 26 additions and 43 deletions
+1 -1
View File
@@ -79,7 +79,7 @@
} while (0)
#endif /* JERRY_NDEBUG */
typedef enum
typedef enum __attr_packed___
{
PROP_DATA,
PROP_SET,