[pypy-commit] pypy improve-consecutive-dict-lookups: fix

fijal noreply at buildbot.pypy.org
Tue Mar 18 07:41:56 CET 2014


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: improve-consecutive-dict-lookups
Changeset: r70042:06f75ff60246
Date: 2014-03-18 08:41 +0200
http://bitbucket.org/pypy/pypy/changeset/06f75ff60246/

Log:	fix

diff --git a/rpython/jit/codewriter/jtransform.py b/rpython/jit/codewriter/jtransform.py
--- a/rpython/jit/codewriter/jtransform.py
+++ b/rpython/jit/codewriter/jtransform.py
@@ -1855,7 +1855,6 @@
         extradescr = self.cpu.fielddescrof(op.args[1].concretetype.TO,
                                            'entries')
         return self._handle_oopspec_call(op, args, EffectInfo.OS_DICT_LOOKUP,
-                                         EffectInfo.EF_CAN_RAISE,
                                          extradescr=extradescr)
 
     def _handle_rgc_call(self, op, oopspec_name, args):


More information about the pypy-commit mailing list