[pypy-commit] pypy kill-gen-store-back-in: argh

fijal noreply at buildbot.pypy.org
Wed Jul 10 22:06:20 CEST 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: kill-gen-store-back-in
Changeset: r65326:93eb9d0127cf
Date: 2013-07-10 22:05 +0200
http://bitbucket.org/pypy/pypy/changeset/93eb9d0127cf/

Log:	argh

diff --git a/rpython/jit/metainterp/resoperation.py b/rpython/jit/metainterp/resoperation.py
--- a/rpython/jit/metainterp/resoperation.py
+++ b/rpython/jit/metainterp/resoperation.py
@@ -492,7 +492,7 @@
     'NEWUNICODE/1',
     '_MALLOC_LAST',
     'FORCE_VIRTUALIZABLE/1d', # forces a non-standard virtualizable
-    '_CANMALLOC_LAST'
+    '_CANMALLOC_LAST',
     'FORCE_TOKEN/0',
     'VIRTUAL_REF/2',         # removed before it's passed to the backend
     'READ_TIMESTAMP/0',


More information about the pypy-commit mailing list