[pypy-svn] r46408 - pypy/dist/pypy/translator/jvm
antocuni at codespeak.net
antocuni at codespeak.net
Fri Sep 7 20:08:06 CEST 2007
Author: antocuni
Date: Fri Sep 7 20:08:05 2007
New Revision: 46408
Modified:
pypy/dist/pypy/translator/jvm/opcodes.py
Log:
ignore this opcode
Modified: pypy/dist/pypy/translator/jvm/opcodes.py
==============================================================================
--- pypy/dist/pypy/translator/jvm/opcodes.py (original)
+++ pypy/dist/pypy/translator/jvm/opcodes.py Fri Sep 7 20:08:05 2007
@@ -68,6 +68,7 @@
'cast_ptr_to_weakadr': [CastPtrToWeakAddress],
'cast_weakadr_to_ptr': CastWeakAddressToPtr,
'gc__collect': jvmgen.SYSTEMGC,
+ 'gc_set_max_heap_size': Ignore,
'resume_point': Ignore,
'debug_assert': [], # TODO: implement?
More information about the pypy-svn
mailing list