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:
@@ -19,7 +19,7 @@
|
||||
#include "ecma-globals.h"
|
||||
#include "lp-string.h"
|
||||
|
||||
typedef enum
|
||||
typedef enum __attr_packed___
|
||||
{
|
||||
LIT_UNKNOWN,
|
||||
LIT_STR,
|
||||
|
||||
Reference in New Issue
Block a user