aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-05-16 18:59:41 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-05-16 18:59:41 -0700
commit8b7c2891d3ae818f5bdfbd9a23477ed8a1b5c8c0 (patch)
tree3eaeccb5ae89f6805629ace404eae6e42566ba3c /tests/runner.py
parent5c5cbb7b179e9c04846513895fc17e8a125a186b (diff)
fix dyncalls in closure+asm and use closure in benchmarks
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 1bca1d54..c64b4fa7 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -12664,6 +12664,7 @@ elif 'benchmark' in str(sys.argv):
'-O2', '-s', 'DOUBLE_MODE=0', '-s', 'PRECISE_I64_MATH=0',
'--llvm-lto', '1', '--memory-init-file', '0',
'-s', 'TOTAL_MEMORY=128*1024*1024',
+ '--closure', '1',
'-o', final_filename] + shared_args + emcc_args, stdout=PIPE, stderr=self.stderr_redirect).communicate()
assert os.path.exists(final_filename), 'Failed to compile file: ' + output[0]