Adding configuration option to execute GC after each opcode.

JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
Ruben Ayrapetyan
2015-04-24 13:23:21 +03:00
parent a057b77e26
commit 4c77cddec3
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -170,4 +170,9 @@
*/
#define CONFIG_EXTENSION_MAX_ARGUMENTS_IN_FUNCTION 16
/**
* Run GC after execution of each opcode
*/
// #define CONFIG_VM_RUN_GC_AFTER_EACH_OPCODE
#endif /* !CONFIG_H */