diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-11-18 10:02:45 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-11-18 10:16:47 -0800 |
commit | 316ac8372e6d3aa27bfbde4b43ef9ddb4a142ae5 (patch) | |
tree | a55865b3084eef8589333c42ee1e0085fabbd01e /src/settings.js | |
parent | 0e278173c9a3b07e165abdfd08eb95cd1d4325e0 (diff) |
rename OPTIMIZE to MICRO_OPTS
Diffstat (limited to 'src/settings.js')
-rw-r--r-- | src/settings.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.js b/src/settings.js index 1d64f143..acdb8c14 100644 --- a/src/settings.js +++ b/src/settings.js @@ -37,7 +37,7 @@ TOTAL_MEMORY = 50*1024*1024; // The total amount of memory to use. This mainly m // is currently no warning about that! // Code embetterments -OPTIMIZE = 0; // Optimize llvm operations into js commands +MICRO_OPTS = 0; // Various micro-optimizations, like nativizing variables RELOOP = 0; // Recreate js native loops from llvm data USE_TYPED_ARRAYS = 0; // Try to use typed arrays for the heap // 1 has two heaps, IHEAP (int32) and FHEAP (double), |