Decreasing array chunk size to 8 bytes.
This commit is contained in:
@@ -457,7 +457,7 @@ typedef struct {
|
||||
/**
|
||||
* Size of a chunk, containing a String's part, in bytes
|
||||
*/
|
||||
#define ECMA_ARRAY_CHUNK_SIZE_IN_BYTES 32
|
||||
#define ECMA_ARRAY_CHUNK_SIZE_IN_BYTES 8
|
||||
|
||||
/**
|
||||
* Description of first chunk in a chain of chunks that contains an Array.
|
||||
|
||||
Reference in New Issue
Block a user