Author: Maciej Fijalkowski <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit