aboutsummaryrefslogtreecommitdiff
path: root/src/settings.js
diff options
context:
space:
mode:
authoralon@honor <none@none>2010-10-10 22:52:54 -0700
committeralon@honor <none@none>2010-10-10 22:52:54 -0700
commit425295d786880c7741a9eab9768d5aa32a7c3faf (patch)
tree1b81f92fb3dc0fdf40dadd57bbbfdf3d67a2aa45 /src/settings.js
parent5a4c4614b70c0dfe7d5f19b72379b52210e4afa5 (diff)
typed arrays support; function __index__ing ; 36% speedup
Diffstat (limited to 'src/settings.js')
-rw-r--r--src/settings.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.js b/src/settings.js
index d79869f1..6b621770 100644
--- a/src/settings.js
+++ b/src/settings.js
@@ -25,6 +25,7 @@ GUARD_MEMORY = 1; // Whether we should check that each allocation to the stack d
// Code embetterments
OPTIMIZE = 0; // Optimize llvm operations into js commands
RELOOP = 0; // Recreate js native loops from llvm data
+USE_TYPED_ARRAYS = 0; // Try to use typed arrays for the heap
// Generated code debugging options
SAFE_HEAP = 0; // Check each write to the heap against a list of blocked addresses