[pypy-svn] pypy default: ignore keepalives in the jvm backend

antocuni commits-noreply at bitbucket.org
Mon Apr 11 17:37:34 CEST 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r43297:87f6a16d8996
Date: 2011-04-11 14:04 +0200
http://bitbucket.org/pypy/pypy/changeset/87f6a16d8996/

Log:	ignore keepalives in the jvm backend

diff --git a/pypy/translator/jvm/opcodes.py b/pypy/translator/jvm/opcodes.py
--- a/pypy/translator/jvm/opcodes.py
+++ b/pypy/translator/jvm/opcodes.py
@@ -109,6 +109,7 @@
     'debug_start':              Ignore,
     'debug_stop':               Ignore,
     'debug_print':              Ignore,
+    'keepalive':                Ignore,
 
     # __________ numeric operations __________
 


More information about the Pypy-commit mailing list