aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-11-12 14:32:22 -0800
committerAlon Zakai <alonzakai@gmail.com>2011-11-12 14:32:22 -0800
commit37becc579e59c1874d8a4d2429cbb7ed1b3321fe (patch)
tree35a9949911c8028803787d49b71902af403ba386 /tools
parent84def0e0ceecd79b1d7485fb193b6aef338d8831 (diff)
clean up benchmark code and disable raytrace, which is unreliable
Diffstat (limited to 'tools')
-rw-r--r--tools/autodebugger.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/autodebugger.py b/tools/autodebugger.py
index f4c580a2..3a9260ad 100644
--- a/tools/autodebugger.py
+++ b/tools/autodebugger.py
@@ -3,6 +3,9 @@ Processes an LLVM assembly (.ll) file, adding debugging information.
You can then run the .ll file in the LLVM interpreter (lli) and
compare that to the output when compiled using emscripten.
+
+Warning: You probably want to compile with SKIP_STACK_IN_SMALL=0! Otherwise
+ there may be weird errors.
'''
import os, sys, re