diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-11-16 14:32:17 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-11-16 14:32:17 -0800 |
commit | f935efc021ad86144c173c87ea5000b2aace0a6d (patch) | |
tree | c06380792fb7b029ddfbfdcbf745d49ef6941a62 /tests | |
parent | 3ec94c4eca1c859701d30f44abf588f023b6e395 (diff) |
tell closure compiler not to inline very large functions. use closure in all benchmarks
Diffstat (limited to 'tests')
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index dea4f1fe..d06425a7 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -4646,7 +4646,7 @@ else: self.do_benchmark(src, ['10000', '1000'], 'blah=0.000000', llvm_opts=True) def test_dlmalloc(self): - global POST_OPTIMIZATIONS; POST_OPTIMIZATIONS = ['eliminator'] + global POST_OPTIMIZATIONS; POST_OPTIMIZATIONS = ['eliminator', 'closure'] Building.COMPILER_TEST_OPTS = ['-g'] Settings.CORRECT_SIGNS = 2 |