Skip to content
Snippets Groups Projects
Commit f6429e79 authored by rswindell's avatar rswindell
Browse files

Reduce max JS branches by one for nice round over-flow number (100 million).

parent 9cadf9e3
Branches
Tags
No related merge requests found
......@@ -66,7 +66,7 @@
#ifdef JAVASCRIPT
#define JAVASCRIPT_MAX_BYTES (8*1024*1024)
#define JAVASCRIPT_CONTEXT_STACK (16*1024)
#define JAVASCRIPT_BRANCH_LIMIT 100000000
#define JAVASCRIPT_BRANCH_LIMIT 99999999
#define JAVASCRIPT_YIELD_FREQUENCY 10000
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment