[pypy-commit] pypy inline-dict-ops: look into this function

fijal noreply at buildbot.pypy.org
Tue Jul 12 00:32:40 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: inline-dict-ops
Changeset: r45475:f9f66c11aa58
Date: 2011-07-10 16:08 +0200
http://bitbucket.org/pypy/pypy/changeset/f9f66c11aa58/

Log:	look into this function

diff --git a/pypy/rpython/lltypesystem/rdict.py b/pypy/rpython/lltypesystem/rdict.py
--- a/pypy/rpython/lltypesystem/rdict.py
+++ b/pypy/rpython/lltypesystem/rdict.py
@@ -874,7 +874,6 @@
         global_popitem_index.nextindex = base + counter
     return i
 
- at jit.dont_look_inside
 def ll_popitem(ELEM, dic):
     i = _ll_getnextitem(dic)
     entry = dic.entries[i]


More information about the pypy-commit mailing list