[pypy-commit] pypy default: these three operations are also rare

arigo noreply at buildbot.pypy.org
Sun Jan 29 00:38:49 CET 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r51942:b38d41e81500
Date: 2012-01-29 00:38 +0100
http://bitbucket.org/pypy/pypy/changeset/b38d41e81500/

Log:	these three operations are also rare

diff --git a/pypy/jit/codewriter/assembler.py b/pypy/jit/codewriter/assembler.py
--- a/pypy/jit/codewriter/assembler.py
+++ b/pypy/jit/codewriter/assembler.py
@@ -290,9 +290,6 @@
     'jit_merge_point',
     'new_array',
     'newstr',
-    'recursive_call_i',
-    'recursive_call_r',
-    'recursive_call_v',
     'setarrayitem_gc_i',
     'setarrayitem_gc_r',
     'setfield_gc_i',


More information about the pypy-commit mailing list