[pypy-commit] benchmarks default: yet another necessary fix (this is getting obscure)

fijal noreply at buildbot.pypy.org
Mon Apr 9 20:34:19 CEST 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r180:9946cdcf97a2
Date: 2012-04-09 20:34 +0200
http://bitbucket.org/pypy/benchmarks/changeset/9946cdcf97a2/

Log:	yet another necessary fix (this is getting obscure)

diff --git a/lib/pypy/pypy/interpreter/astcompiler/assemble.py b/lib/pypy/pypy/interpreter/astcompiler/assemble.py
--- a/lib/pypy/pypy/interpreter/astcompiler/assemble.py
+++ b/lib/pypy/pypy/interpreter/astcompiler/assemble.py
@@ -610,6 +610,8 @@
     ops.JUMP_IF_FALSE_OR_POP : 0,
     ops.POP_JUMP_IF_TRUE : -1,
     ops.POP_JUMP_IF_FALSE : -1,
+
+    ops.BUILD_LIST_FROM_ARG: 1,
 }
 
 


More information about the pypy-commit mailing list