[pypy-svn] r36040 - pypy/dist/pypy/translator
antocuni at codespeak.net
antocuni at codespeak.net
Fri Dec 29 17:27:16 CET 2006
Author: antocuni
Date: Fri Dec 29 17:27:15 2006
New Revision: 36040
Modified:
pypy/dist/pypy/translator/driver.py
Log:
Use malloc removal by default when building pypy.net
Modified: pypy/dist/pypy/translator/driver.py
==============================================================================
--- pypy/dist/pypy/translator/driver.py (original)
+++ pypy/dist/pypy/translator/driver.py Fri Dec 29 17:27:15 2006
@@ -357,6 +357,7 @@
if self.config.translation.backend == 'cli':
opt['merge_if_blocks'] = True
opt['inline_threshold'] = 1
+ opt['mallocs'] = True
backend_optimizations(self.translator, **opt)
#
task_backendopt_ootype = taskdef(task_backendopt_ootype,
More information about the pypy-svn
mailing list