[pypy-commit] pypy default: jit_record_known_class does nothing in the C backend

cfbolz noreply at buildbot.pypy.org
Fri Dec 2 12:10:52 CET 2011


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: 
Changeset: r50058:8b3befe1bd20
Date: 2011-12-02 10:35 +0100
http://bitbucket.org/pypy/pypy/changeset/8b3befe1bd20/

Log:	jit_record_known_class does nothing in the C backend

diff --git a/pypy/translator/c/src/support.h b/pypy/translator/c/src/support.h
--- a/pypy/translator/c/src/support.h
+++ b/pypy/translator/c/src/support.h
@@ -11,6 +11,7 @@
 #endif /* MIN */
 
 #define RUNNING_ON_LLINTERP	0
+#define OP_JIT_RECORD_KNOWN_CLASS(i, c, r)  /* nothing */
 
 #define FAIL_EXCEPTION(exc, msg) \
 	{ \


More information about the pypy-commit mailing list