diff options
author | alon@honor <none@none> | 2010-10-13 22:24:06 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-10-13 22:24:06 -0700 |
commit | 5efa5e467476859cdfb55a3a9dd22bf4584f670e (patch) | |
tree | b08d44f39989df6ac1ffdba6ebbf38849fee2013 /tests/settings.py | |
parent | d276be7499faff9814dc3cad07c2685284645106 (diff) |
aggressively nativize variables; stop doing optimizations that are no longer needed; fix some uncovered bugs; 49% speedup
Diffstat (limited to 'tests/settings.py')
-rw-r--r-- | tests/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/settings.py b/tests/settings.py index 87601391..7ee0279b 100644 --- a/tests/settings.py +++ b/tests/settings.py @@ -13,7 +13,7 @@ COMPILERS = { }, 'llvm_gcc': { 'path': LLVM_GCC, - 'quantum_size': 1, + 'quantum_size': 4, } } |