Author: David Schneider <[email protected]>
Branch: remove-globals-in-jit
Changeset: r59682:e5d04164f720
Date: 2013-01-03 12:45 +0100
http://bitbucket.org/pypy/pypy/changeset/e5d04164f720/
Log: remove methods (moved to base class)
diff --git a/pypy/jit/backend/x86/runner.py b/pypy/jit/backend/x86/runner.py
--- a/pypy/jit/backend/x86/runner.py
+++ b/pypy/jit/backend/x86/runner.py
@@ -58,12 +58,6 @@
else:
return 1000
- def gc_set_extra_threshold(self):
- llop.gc_set_extra_threshold(lltype.Void, self.deadframe_size_max)
-
- def gc_clear_extra_threshold(self):
- llop.gc_set_extra_threshold(lltype.Void, 0)
-
def setup(self):
self.assembler = Assembler386(self, self.translate_support_code)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit