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:02:45 -0800 |
commit | 07567421aa6931d47b80938780fbe01e8abccb13 (patch) | |
tree | cdaf406ff491d727254f53e798b561e3f59d25b2 /src/settings.js | |
parent | c1fb23123271f4250b80e76c0393842d2d4dbd2b (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), |