diff options
author | alon@honor <none@none> | 2010-10-03 10:59:41 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-10-03 10:59:41 -0700 |
commit | df1e26bbe05df56f4fa8ad2beeeac9fc2b298f04 (patch) | |
tree | c0bbda12914972865016c885d643f3bae124c653 /src/settings.js | |
parent | a3a01e7d784cdb31fdcbabd46a7f690a9ca990a0 (diff) |
cleanup + test both optimized and non-optimized
Diffstat (limited to 'src/settings.js')
-rw-r--r-- | src/settings.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings.js b/src/settings.js index 5e6f16f7..176d6667 100644 --- a/src/settings.js +++ b/src/settings.js @@ -18,8 +18,8 @@ GUARD_SIGNS = 1; // Whether we make sure to convert unsigned values to signed va // needed in some kinds of code. // Code embetterments -OPTIMIZE = 1; // Optimize llvm operations into js commands -RELOOP = 0; // Recreate js native loops from llvm data XXX - disabled pending optimizing rewrite +OPTIMIZE = 0; // Optimize llvm operations into js commands +RELOOP = 0; // Recreate js native loops from llvm data // Generated code debugging options SAFE_HEAP = 0; // Check each write to the heap against a list of blocked addresses |