Decreasing array chunk size to 8 bytes.

This commit is contained in:
Ruben Ayrapetyan
2014-07-31 17:53:07 +04:00
parent 4d7f14d059
commit f177633622
+1 -1
View File
@@ -457,7 +457,7 @@ typedef struct {
/** /**
* Size of a chunk, containing a String's part, in bytes * 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. * Description of first chunk in a chain of chunks that contains an Array.