Author: Carl Friedrich Bolz <[email protected]>
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) \
{ \
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit