aboutsummaryrefslogtreecommitdiff
path: root/src/settings.js
diff options
context:
space:
mode:
authorAlon Zakai <azakai@mozilla.com>2010-12-15 20:52:08 -0800
committerAlon Zakai <azakai@mozilla.com>2010-12-15 20:52:08 -0800
commit3939368ad428f86e0d21674e13c7ff684c2cfb3c (patch)
tree42e08891cb5f259937184a62a1a9a59c36d195fe /src/settings.js
parent8783a09b1d0a02a378406b9d879818a6c02a6358 (diff)
misc fixes and improvements - thanks go to tuba
Diffstat (limited to 'src/settings.js')
-rw-r--r--src/settings.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings.js b/src/settings.js
index 8aa9427e..98b95035 100644
--- a/src/settings.js
+++ b/src/settings.js
@@ -21,6 +21,8 @@ GUARD_LABELS = 0; // Whether we should throw if we encounter a bad __label__, i.
GUARD_MEMORY = 1; // Whether we should check that each allocation to the stack does not
// exceed it's size, whether all allocations (stack and static) are
// of positive size, etc.
+INVOKE_RUN = 1; // Whether we will call run(). Disable if you embed the generated
+ // code in your own, and will call run() yourself at the right time
// Code embetterments
OPTIMIZE = 0; // Optimize llvm operations into js commands