[pypy-commit] pypy stmgc-c7: Add an XXX: the -Ojit option currently implies --stm in the stm branch, but it shouldn't be the case in general

arigo noreply at buildbot.pypy.org
Wed Apr 2 22:49:29 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: stmgc-c7
Changeset: r70410:c0394cc70841
Date: 2014-04-02 22:44 +0200
http://bitbucket.org/pypy/pypy/changeset/c0394cc70841/

Log:	Add an XXX: the -Ojit option currently implies --stm in the stm
	branch, but it shouldn't be the case in general

diff --git a/rpython/config/translationoption.py b/rpython/config/translationoption.py
--- a/rpython/config/translationoption.py
+++ b/rpython/config/translationoption.py
@@ -331,7 +331,7 @@
     'mem':  DEFL_GC + '  lowinline     remove_asserts    removetypeptr',
     '2':    DEFL_GC + '  extraopts',
     '3':    DEFL_GC + '  extraopts     remove_asserts',
-    'jit':  'stmgc  extraopts     jit  stm',
+    'jit':  'stmgc  extraopts     jit  stm',     # XXX STM TEMPORARY
     }
 
 def set_opt_level(config, level):


More information about the pypy-commit mailing list