aboutsummaryrefslogtreecommitdiff
path: root/src/settings.js
diff options
context:
space:
mode:
authormax99x <max99x@gmail.com>2011-07-06 16:37:28 +0300
committermax99x <max99x@gmail.com>2011-07-06 16:37:28 +0300
commitdedb83b9e15591893e1b30220c721e447518f5d9 (patch)
tree87068307ade1fbcff662fcef5e943d944f4f7374 /src/settings.js
parent13ac46b2c9be4aa17319c450a15ed96b71e091d7 (diff)
parente84f1845f1a96ecfda4f1ffc0ba2052dc7c8c86d (diff)
Merge remote-tracking branch 'upstream/master'
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 437d61b5..544cc7c2 100644
--- a/src/settings.js
+++ b/src/settings.js
@@ -46,6 +46,7 @@ USE_TYPED_ARRAYS = 0; // Try to use typed arrays for the heap
// simply because double stores are not necessarily 64-bit aligned, and we can only access
// 64-bit aligned values with a 64-bit typed array. Likewise int64s are stored as int32's,
// which is potentially very dangerous!
+ // TODO: require compiling with -malign-double, which does align doubles
SKIP_STACK_IN_SMALL = 1; // When enabled, does not push/pop the stack at all in
// functions that have no basic stack usage. But, they
// may allocate stack later, and in a loop, this can be