aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-12-04 10:26:13 -0800
committerAlon Zakai <alonzakai@gmail.com>2011-12-04 10:26:13 -0800
commita77d37d3d4d3cb906fb593ba27c39979fb6a7073 (patch)
tree7663dd3e8ea5125c22967fd2cfd8d161fb7e35a0
parentf5e40d8bc62ea6e970777a3155c7c272ae626d2c (diff)
comment
-rw-r--r--tests/runner.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 1175f877..da924c29 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -4635,8 +4635,8 @@ TT = %s
# emcc src.cpp ==> should give a .js file
# emcc -O0 src.cpp ==> same as without -O0 (i.e., assertions, etc.)
# emcc -O1 src.cpp ==> no assertions, basic optimizations, plus eliminator, but no reloop
- # emcc -O2 src.cpp ==> plus reloop
- # emcc -O3 src.cpp ==> plus closure compiler
+ # emcc -O2 src.cpp ==> plus reloop, plus closure compiler. dangerous, warn! (but not dangerous for simple commandline tests?)
+ # emcc -O3 src.cpp ==> no corrections. dangerous, warn!
# emcc --typed-arrays=x .. ==> should use typed arrays
# emcc --llvm-opts=x .. ==> pick level of LLVM optimizations (default is 0, to be safe)
# emcc src.cpp -c ==> should give a .bc file