[pypy-svn] pypy jit-lsprofile: Revert 2656b457b868

fijal commits-noreply at bitbucket.org
Thu Mar 24 16:50:19 CET 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: jit-lsprofile
Changeset: r42902:212607b9319d
Date: 2011-03-24 09:49 -0600
http://bitbucket.org/pypy/pypy/changeset/212607b9319d/

Log:	Revert 2656b457b868

diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace/std/mapdict.py
--- a/pypy/objspace/std/mapdict.py
+++ b/pypy/objspace/std/mapdict.py
@@ -636,7 +636,6 @@
     def _clear_fields(self):
         self.w_obj = None
 
-    @jit.dont_look_inside
     def _as_rdict(self):
         self.initialize_as_rdict()
         space = self.space


More information about the Pypy-commit mailing list