Author: David Schneider <[email protected]>
Branch: emit-call-arm
Changeset: r64524:6648cc0bdf7e
Date: 2013-05-23 04:42 -0500
http://bitbucket.org/pypy/pypy/changeset/6648cc0bdf7e/
Log: simple_call_no_collect
diff --git a/rpython/jit/backend/arm/assembler.py
b/rpython/jit/backend/arm/assembler.py
--- a/rpython/jit/backend/arm/assembler.py
+++ b/rpython/jit/backend/arm/assembler.py
@@ -1433,6 +1433,11 @@
result_size)
cb.emit()
+ def simple_call_no_collect(self, fnloc, arglocs):
+ cb = callbuilder.get_callbuilder(self.cpu, self, fnloc, arglocs)
+ cb.emit_no_collect()
+
+
def not_implemented(msg):
os.write(2, '[ARM/asm] %s\n' % msg)
raise NotImplementedError(msg)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit