[pypy-commit] pypy kill-gen-store-back-in: Kill the leftover from the existance of the FORCE_VIRTUALIZABLE operation

fijal noreply at buildbot.pypy.org
Tue Aug 6 10:39:50 CEST 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: kill-gen-store-back-in
Changeset: r65952:2cb1b6cfb53f
Date: 2013-08-06 10:39 +0200
http://bitbucket.org/pypy/pypy/changeset/2cb1b6cfb53f/

Log:	Kill the leftover from the existance of the FORCE_VIRTUALIZABLE
	operation

diff --git a/rpython/jit/metainterp/heapcache.py b/rpython/jit/metainterp/heapcache.py
--- a/rpython/jit/metainterp/heapcache.py
+++ b/rpython/jit/metainterp/heapcache.py
@@ -143,7 +143,6 @@
 
         self.heap_cache.clear()
         self.heap_array_cache.clear()
-        self.nonstandard_virtualizables.clear()
 
     def is_class_known(self, box):
         return box in self.known_class_boxes


More information about the pypy-commit mailing list