Set LARGE_ARRAY_SIZE to 40.

This commit is contained in:
John-David Dalton
2014-01-28 22:04:07 -08:00
parent 49c9a202e0
commit d969dcecbf

View File

@@ -20,7 +20,7 @@
PARTIAL_RIGHT_FLAG = 32;
/** Used as the size when optimizations are enabled for arrays */
var LARGE_ARRAY_SIZE = 75;
var LARGE_ARRAY_SIZE = 40;
/** Used as the max size of the `arrayPool` and `objectPool` */
var MAX_POOL_SIZE = 40;