[pypy-svn] r25307 - pypy/dist/pypy/translator/goal

ale at codespeak.net ale at codespeak.net
Tue Apr 4 18:29:46 CEST 2006


Author: ale
Date: Tue Apr  4 18:29:45 2006
New Revision: 25307

Modified:
   pypy/dist/pypy/translator/goal/targetlogicstandalone.py
Log:
Make targetlogicstandalone use stackless by default



Modified: pypy/dist/pypy/translator/goal/targetlogicstandalone.py
==============================================================================
--- pypy/dist/pypy/translator/goal/targetlogicstandalone.py	(original)
+++ pypy/dist/pypy/translator/goal/targetlogicstandalone.py	Tue Apr  4 18:29:45 2006
@@ -44,6 +44,8 @@
 
 # _____ Define and setup target ___
 
+opt_defaults = {'stackless' :  True}
+
 def target(driver, args):
     options = driver.options
 



More information about the Pypy-commit mailing list