Adding configuration option for disabling ECMA lookup cache.

JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
Ruben Ayrapetyan
2015-04-24 13:32:27 +03:00
parent 4c77cddec3
commit 7d90d8caba
2 changed files with 27 additions and 0 deletions
+5
View File
@@ -127,6 +127,11 @@
*/
#define CONFIG_ECMA_STACK_FRAME_INLINED_VALUES_NUMBER (16)
/**
* Disable ECMA lookup cache
*/
// #define CONFIG_ECMA_LCACHE_DISABLE
/**
* Link Global Environment to an empty declarative lexical environment
* instead of lexical environment bound to Global Object.