aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/settings.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/settings.js b/src/settings.js
index 3d32db9e..c530b083 100644
--- a/src/settings.js
+++ b/src/settings.js
@@ -301,7 +301,9 @@ var HEADLESS = 0; // If 1, will include shim code that tries to 'fake' a browser
// very partial - it is hard to fake a whole browser! - so
// keep your expectations low for this to work.
-var ASM_JS = 0; // If 1, generate code in asm.js format
+var ASM_JS = 0; // If 1, generate code in asm.js format. XXX This is highly experimental,
+ // and will not work on most codebases yet. It is NOT recommended that you
+ // try this yet.
var USE_MATH_IMUL = 0; // If 1, use Math.imul when useful
var NECESSARY_BLOCKADDRS = []; // List of (function, block) for all block addresses that are taken.