Simple implementation of string concatenations comparison.

This commit is contained in:
Ruben Ayrapetyan
2014-09-02 13:31:48 +04:00
parent 4d9602ba0d
commit afc21fad8e
3 changed files with 65 additions and 11 deletions
+5
View File
@@ -78,6 +78,11 @@
*/
#define CONFIG_ECMA_REFERENCE_COUNTER_WIDTH 10
/**
* Maximum length of strings' concatenation
*/
#define CONFIG_ECMA_STRING_MAX_CONCATENATION_LENGTH (1048576)
/**
* Use 32-bit/64-bit float for ecma-numbers
*/