aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-11-15 10:27:53 -0800
committerAlon Zakai <alonzakai@gmail.com>2011-11-15 10:27:53 -0800
commit1e3a60f206041ec004ef9755a673103c62e3c213 (patch)
treeec15a7432f3cf1814dbe4d8a81c557ef7f86b8b7
parentf154768666373f7346a46aceed8cea603f276d49 (diff)
comment on optimizing
-rw-r--r--src/compiler.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler.js b/src/compiler.js
index 60e84108..15dd8dc3 100644
--- a/src/compiler.js
+++ b/src/compiler.js
@@ -60,7 +60,7 @@ if (!OPTIMIZE || !RELOOP || ASSERTIONS || CHECK_SIGNS || CHECK_OVERFLOWS || INIT
!SKIP_STACK_IN_SMALL || SAFE_HEAP || AUTO_OPTIMIZE || PROFILE || !DISABLE_EXCEPTION_CATCHING) {
print('// Note: Some Emscripten settings will significantly limit the speed of the generated code.');
} else {
- print('// Note: For maximum-speed code, it is recommended to run the emscripten eliminator tool and/or closure compiler.');
+ print('// Note: For maximum-speed code, see "Optimizing Code" on the Emscripten wiki, https://github.com/kripken/emscripten/wiki/Optimizing-Code');
}
if (CORRECT_SIGNS || CORRECT_OVERFLOWS || CORRECT_ROUNDINGS) {