diff options
Diffstat (limited to 'src/settings.js')
-rw-r--r-- | src/settings.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings.js b/src/settings.js index 9f6baa40..660671fd 100644 --- a/src/settings.js +++ b/src/settings.js @@ -18,6 +18,8 @@ GUARD_SIGNS = 1; // Whether we make sure to convert unsigned values to signed va // needed in some kinds of code. GUARD_LABELS = 0; // Whether we should throw if we encounter a bad __label__, i.e., // if code flow runs into a fault +GUARD_STACK = 1; // Whether we should check that each allocation to the stack does not + // exceed it's size // Code embetterments OPTIMIZE = 0; // Optimize llvm operations into js commands |